Edgewall Software

Changes between Version 2 and Version 17 of Ticket #11056


Ignore:
Timestamp:
Dec 25, 2013, 2:32:57 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in [12373:12374]. Minor change committed to 1.0-stable in [12375] and merged to trunk in [12376].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11056

    • Property Status newclosed
    • Property Milestone 1.0.21.1.2
    • Property Owner set to Ryan J Ollos
    • Property Resolutionfixed
  • Ticket #11056 – Release Notes

    v2 v17  
     1Submit buttons are disabled if the required items are not selected.
  • Ticket #11056 – API Changes

    v2 v17  
     1To add a //datepicker// or //datetimepicker// to an element, add the `trac-datepicker` and `trac-datetimepicker` classes respectively, and add jQuery UI and add-ons to the page using `Chrome(self.env).add_jquery_ui(req)` in `process_request`.
     2
     3To disable a //submit// button associated with a set of checkboxes or a file selector, add the `trac-disable` class to the //submit// button and add the `trac-disable-determinant` class to each checkbox or the `file` element.
     4
     5In both cases there is no need to add any specific !JavaScript code to the page.