Changes between Version 5 and Version 6 of SelectionManager


Ignore:
Timestamp:
Oct 27, 2008, 3:06:56 AM (16 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SelectionManager

    v5 v6  
    5252Parameters available for selection : all, none, true, false, single
    5353These parameters alloxs differents action on selection manager :
    54  * all    : select all metadata in result list (current searcher)
    55  * none  : remove all items from selection manager / reset
    56  * true   : add the specified item in selection
    57  * false  : remove the specified item from selection
    58  * single : clear the selection and add selected element
     54 * add-all : select all metadata in result list (current searcher)
     55 * remove-all : remove all items from selection manager / reset
     56 * add   : add the specified item in selection
     57 * remove  : remove the specified item from selection
     58 * clear-add : clear the selection and add selected element
    5959
    6060=== Backwards Compatibility Issues ===