Ignore:
Timestamp:
19 Feb 2017, 13:17:02 (8 years ago)
Author:
Henrik Bettermann
Message:

Update layout.

Location:
main/kofacustom.sampleuni/trunk/layout
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.sampleuni/trunk/layout/rules.xml

    r13827 r14564  
    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/kofacustom.sampleuni/trunk/layout/theme.html

    r13827 r14564  
    302302                <br><br>
    303303
    304                                         <div class="input-group">
    305                                                 <div class="input-group-btn">
    306                                                         <div class="btn btn-default btn-file">
     304                <div class="input-group">
     305                  <div class="input-group-btn">
     306                    <div class="btn btn-default btn-file">
    307307                      Select new file&hellip;
    308308                      <input type="file">
    309309                    </div>
    310                                                 </div>
    311                                                 <input type="text" class="form-control" readonly>
     310                  </div>
     311                  <input type="text" class="form-control" readonly>
    312312                  <div class="input-group-btn">
    313313                    <input type="submit"
     
    318318                </div>
    319319
     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>
    320334
    321335              </div><!-- /tab-content -->
     
    595609        src="static/js/kofa-datepicker.js">
    596610    </script>
     611    <script class="kofa-filterByText"
     612        src="static/js/kofa-filterByText.js">
     613    </script>
    597614  </body>
    598615</html>
Note: See TracChangeset for help on using the changeset viewer.