Edgewall Software

Changes between Version 18 and Version 19 of Ticket #10994


Ignore:
Timestamp:
Jul 16, 2014, 7:03:39 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Change from comment:18 committed to trunk in [12954:12955]. Next I'll prepare changes to integrate the drag and drop functionality of the AdminEnumListPlugin.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10994 – Release Notes

    v18 v19  
    1 Added a //Select All// checkbox to the admin //Component//, //Enum//, //Milestone//, //Repositories// and //Version// tables.
     1Added //Select All// checkboxes to the admin //Components//, //Milestones//, //Priorities//, //Repositories//, //Resolutions//, //Severities//, //Ticket Types// and //Versions// tables.
  • Ticket #10994 – API Changes

    v18 v19  
    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 checkboxes in the table must have the `sel` class.
     1The 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.