Changeset 14422
- Timestamp:
- 21 Jan 2017, 13:45:26 (8 years ago)
- Location:
- main/waeup.kofa/trunk/layout
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/layout/rules.xml
r13513 r14422 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/waeup.kofa/trunk/layout/theme.html
r13513 r14422 317 317 </div> 318 318 319 <br><br> 320 321 <h3>Filtered Select Box</h3> 322 <br> 323 <input id="filterbox" class="kofa-filterbox form-control half" 324 placeholder="Enter search text, then select item below." 325 type="text" /> 326 <br /> 327 <select id="filteredselect" class="form-control half" size=2> 328 <option value="1">1</option> 329 <option value="1234567890">1234567890</option> 330 <option value="better">better</option> 331 <option value="world">world</option> 332 </select> 319 333 320 334 </div><!-- /tab-content --> … … 594 608 src="static/js/kofa-datepicker.js"> 595 609 </script> 610 <script class="kofa-filterByText" 611 src="static/js/kofa-filterByText.js"> 612 </script> 596 613 </body> 597 614 </html>
Note: See TracChangeset for help on using the changeset viewer.