Changeset 17172


Ignore:
Timestamp:
24 Nov 2022, 21:34:38 (22 months ago)
Author:
Henrik Bettermann
Message:

Add Javascript which automatically submits a form on select change (not used in base but in lpng custom package).

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

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r17094 r17172  
    441.7.2.dev0 (unreleased)
    55=======================
     6
     7* Add Javascript which automatically submits a form on select change
     8  (not used in base but in lpng custom package).
    69
    710* Add MonthSource to be used in custom packages.
  • main/waeup.kofa/trunk/layout/rules.xml

    r14422 r17172  
    105105          css:if-not-content="input.kofa-filterbox" />
    106106
     107    <drop css:theme="script.kofa-autoSubmit"
     108          css:if-not-content="form.autosubmit" />
     109
    107110<!--
    108111
  • main/waeup.kofa/trunk/layout/theme.html

    r17093 r17172  
    641641        src="static/js/kofa-filterByText.js">
    642642    </script>
     643    <script class="kofa-autoSubmit"
     644        src="static/js/kofa-autoSubmit.js">
     645    </script>
    643646  </body>
    644647</html>
Note: See TracChangeset for help on using the changeset viewer.