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
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/dropdowntree.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -152,9 +152,9 @@ If set to `true`, the widget automatically adjusts the width of the popup elemen
152
152
153
153
### checkAll `Boolean`*(default: false)*
154
154
155
-
When this options is set to `true` and [checkboxes](/api/javascript/ui/dropdowntree/checkboxes) are enabled, a tristate checkbox appears above the embedded treeview. Clicking that checkbox will check or uncheck all the loaded enabled items of the treeview.
155
+
When this options is set to `true` and [checkboxes](/api/javascript/ui/dropdowntree/configuration/checkboxes) are enabled, a tristate checkbox appears above the embedded treeview. Clicking that checkbox will check or uncheck all the loaded enabled items of the treeview.
156
156
157
-
> Note: when 'checkAll' is set to 'true' it is recommended that [loadOnDemand](/api/javascript/ui/dropdowntree/loadOnDemand) is set to 'true' because otherwise checkAll may not interact with all subnodes of the treeview.
157
+
> Note: when 'checkAll' is set to 'true' it is recommended that [loadOnDemand](/api/javascript/ui/dropdowntree/configuration/loadOnDemand) is set to 'true' because otherwise checkAll may not interact with all subnodes of the treeview.
158
158
159
159
#### Example - disable the clear button
160
160
@@ -958,7 +958,7 @@ The [template](/api/javascript/kendo/methods/template) used to render the value
958
958
959
959
### tagMode `String`*(default: "multiple")*
960
960
961
-
The mode used to render the selected tags when [checkboxes](/api/javascript/ui/dropdowntree/checkboxes) are enabled. The available modes are:
961
+
The mode used to render the selected tags when [checkboxes](/api/javascript/ui/dropdowntree/configuration/checkboxes) are enabled. The available modes are:
962
962
-`multiple` - renders a tag for every selected value
963
963
-`single` - renders only one tag that shows the number of the selected values
964
964
@@ -1018,7 +1018,7 @@ The text of the widget used when the `autoBind` is set to `false`.
1018
1018
1019
1019
### value `String|Array`
1020
1020
1021
-
Define the value of the widget. It accepts 'String' when it is in single selection mode and 'Array' when multiple selection is enabled via [checkboxes](/api/javascript/ui/dropdowntree/checkboxes) property.
1021
+
Define the value of the widget. It accepts 'String' when it is in single selection mode and 'Array' when multiple selection is enabled via [checkboxes](/api/javascript/ui/dropdowntree/configuration/checkboxes) property.
1022
1022
1023
1023
#### Example
1024
1024
@@ -1113,7 +1113,7 @@ An object, which holds the options of the widget.
1113
1113
</script>
1114
1114
1115
1115
### tagList `jQuery`
1116
-
A jQuery object of the `ul` element, which holds the selected tags. It is only available when [checkboxes](/api/javascript/ui/dropdowntree/checkboxes) is 'true'.
1116
+
A jQuery object of the `ul` element, which holds the selected tags. It is only available when [checkboxes](/api/javascript/ui/dropdowntree/configuration/checkboxes) is 'true'.
1117
1117
1118
1118
#### Example - get tagList element
1119
1119
@@ -1398,7 +1398,7 @@ You can overcome this behavior by triggering the `change` event manually using [
1398
1398
1399
1399
##### value `Array|String`
1400
1400
1401
-
The value to set. A *String* value when [checkboxes](/api/javascript/ui/dropdowntree/checkboxes) is 'false' and an *Array of strings* when `checkboxes` is true. To clear the value, pass an empty array.
1401
+
The value to set. A *String* value when [checkboxes](/api/javascript/ui/dropdowntree/configuration/checkboxes) is 'false' and an *Array of strings* when `checkboxes` is true. To clear the value, pass an empty array.
0 commit comments