source: extensions/GrumPluginClasses/js/ui.categorySelector.help.txt @ 19961

Last change on this file since 19961 was 7175, checked in by grum, 14 years ago

Packing js files + add categorySelector functionnalities

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1.categorySelector('expand', param) usage
2   param = ':all'       Expand all the categories
3 param = ':all=x'     Expand all the categories with level=x ; other are not
4                       changed
5 param = ':all<x'     Expand all the categories with level<=x ; other are not
6                       changed
7 param = ':all>x'     Expand all the categories with level>=x ; other are not
8                       changed
9 param = ':all+x'     Expand all the categories with level<=x ; other are
10                       collapsed
11 param = 'zzz'        Expand the categories with catId=zzz ; other are not
12                       changed
13 param = 'zzz+'       Expand the categories with catId=zzz ; parent categories
14                       are expanded too, all other are collapsed
15 param = 'zzz<'       Expand the categories with catId=zzz ; parent categories
16                       are expanded too, all other are not changed
17 param = 'zzz>'       Expand the categories with catId=zzz ; childs categories
18                       are expanded too, all other are not changed
19
Note: See TracBrowser for help on using the repository browser.