Ignore:
Timestamp:
21 Jan 2017, 13:45:26 (8 years ago)
Author:
Henrik Bettermann
Message:

Implement Filtered Select Box.

Location:
main/waeup.kofa/trunk/layout
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/layout/rules.xml

    r13513 r14422  
    102102          css:if-not-content="table.kofa-data-table" />
    103103
     104    <drop css:theme="script.kofa-filterByText"
     105          css:if-not-content="input.kofa-filterbox" />
     106
    104107<!--
    105108
  • main/waeup.kofa/trunk/layout/theme.html

    r13513 r14422  
    317317                </div>
    318318
     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>
    319333
    320334              </div><!-- /tab-content -->
     
    594608        src="static/js/kofa-datepicker.js">
    595609    </script>
     610    <script class="kofa-filterByText"
     611        src="static/js/kofa-filterByText.js">
     612    </script>
    596613  </body>
    597614</html>
Note: See TracChangeset for help on using the changeset viewer.