Edgewall Software

Changes between Version 23 and Version 25 of Ticket #10994


Ignore:
Timestamp:
Jul 25, 2014, 2:54:26 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Renamed function in [13008], in consideration of changes that will be made in #11417.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10994

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #10994 – API Changes

    v23 v25  
    1 The function `addSelectAllTogglers` adds a //Select All// checkbox to the heading of a table, when executed on jQuery object that wraps a table. The `td`s containing the checkboxes must have the `sel` class.
     1The function `addSelectAllCheckboxes` adds a //Select All// checkbox to the heading of a table, when executed on jQuery object that wraps a table. The `td`s containing the checkboxes must have the `sel` class.