Changeset 14564 for main/kofacustom.sampleuni
- Timestamp:
- 19 Feb 2017, 13:17:02 (8 years ago)
- Location:
- main/kofacustom.sampleuni/trunk/layout
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/layout/rules.xml
r13827 r14564 102 102 css:if-not-content="table.kofa-data-table" /> 103 103 104 <drop css:theme="script.kofa-filterByText" 105 css:if-not-content="input.kofa-filterbox" /> 106 104 107 <!-- 105 108 -
main/kofacustom.sampleuni/trunk/layout/theme.html
r13827 r14564 302 302 <br><br> 303 303 304 305 306 304 <div class="input-group"> 305 <div class="input-group-btn"> 306 <div class="btn btn-default btn-file"> 307 307 Select new file… 308 308 <input type="file"> 309 309 </div> 310 311 310 </div> 311 <input type="text" class="form-control" readonly> 312 312 <div class="input-group-btn"> 313 313 <input type="submit" … … 318 318 </div> 319 319 320 <br><br> 321 322 <h3>Filtered Select Box</h3> 323 <br> 324 <input id="filterbox" class="kofa-filterbox form-control half" 325 placeholder="Enter search text, then select item below." 326 type="text" /> 327 <br /> 328 <select id="filteredselect" class="form-control half" size=2> 329 <option value="1">1</option> 330 <option value="1234567890">1234567890</option> 331 <option value="better">better</option> 332 <option value="world">world</option> 333 </select> 320 334 321 335 </div><!-- /tab-content --> … … 595 609 src="static/js/kofa-datepicker.js"> 596 610 </script> 611 <script class="kofa-filterByText" 612 src="static/js/kofa-filterByText.js"> 613 </script> 597 614 </body> 598 615 </html>
Note: See TracChangeset for help on using the changeset viewer.