You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @desc A widget for ManagerManager that makes selection of documents ids easier.
7
-
*
8
-
* @uses ManagerManager 0.5.1.
9
-
*
10
-
* @param $tvs {comma separated string} - TVs names that the widget is applied to. @required
11
-
* @param $roles {comma separated string} - Roles that the widget is applied to (when this parameter is empty then widget is applied to the all roles). Default: ''.
12
-
* @param $templates {comma separated string} - Templates IDs for which the widget is applying (empty value means the widget is applying to all templates). Default: ''.
* @param $depth {integer} - Depth of search. Default: 1.
15
-
* @param $filter {separated string} - Filter clauses, separated by '&' between pairs and by '=' between keys and values. For example, 'template=15&published=1' means to choose the published documents with template id=15. Be advised that you can't filter by TVs values. Default: ''.
16
-
* @param $max {integer} - The largest number of elements that can be selected by user (“0” means selection without a limit). Default: 0.
* @desc A widget for ManagerManager that makes selection of documents ids easier.
7
+
*
8
+
* @uses ManagerManager 0.6.
9
+
* @uses ddTools 0.10.
10
+
*
11
+
* @param $tvs {comma separated string} - TVs names that the widget is applied to. @required
12
+
* @param $roles {comma separated string} - Roles that the widget is applied to (when this parameter is empty then widget is applied to the all roles). Default: ''.
13
+
* @param $templates {comma separated string} - Templates IDs for which the widget is applying (empty value means the widget is applying to all templates). Default: ''.
* @param $depth {integer} - Depth of search. Default: 1.
16
+
* @param $filter {separated string} - Filter clauses, separated by '&' between pairs and by '=' between keys and values. For example, 'template=15&published=1' means to choose the published documents with template id=15. Default: ''.
17
+
* @param $max {integer} - The largest number of elements that can be selected by user (“0” means selection without a limit). Default: 0.
18
+
* @param $labelMask {string} - Template to be used while rendering elements of the document selection list. It is set as a string containing placeholders for document fields and TVs. Also, there is the additional placeholder “[+title+]” that is substituted with either “menutitle” (if defined) or “pagetitle”. Default: '[+title+] ([+id+])'.
0 commit comments