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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ If set to `true`, the widget automatically adjusts the width of the popup elemen
154
154
155
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/configuration/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
@@ -185,7 +185,7 @@ The [template](/api/javascript/kendo/methods/template) used to render the checkA
185
185
186
186
### checkboxes `Boolean|Object`
187
187
188
-
If `true` or an object, renders checkboxes beside each node. In this case the widget [value](/api/javascript/ui/dropdowntree/value) should be an array.
188
+
If `true` or an object, renders checkboxes beside each node. In this case the widget [value](/api/javascript/ui/dropdowntree/configuration/value) should be an array.
189
189
190
190
#### Example - show node checkboxes
191
191
@@ -209,7 +209,7 @@ If `true` or an object, renders checkboxes beside each node. In this case the wi
209
209
Indicates whether checkboxes of child items should get checked when the checkbox of a parent item is checked. This
210
210
also enables tri-state checkboxes with an indeterminate state.
211
211
212
-
> Note: when [filter](/api/javascript/ui/dropdowntree/filter) is enabled 'checkboxes.checkChildren' property is reset to 'false' because enabling both at the same time could lead to ambiguous scenarios. Currently this scenario not supported by the widget.
212
+
> Note: when [filter](/api/javascript/ui/dropdowntree/configuration/filter) is enabled 'checkboxes.checkChildren' property is reset to 'false' because enabling both at the same time could lead to ambiguous scenarios. Currently this scenario not supported by the widget.
213
213
214
214
#### Example - enable tri-state checkboxes and propagate checked state to children
215
215
@@ -427,7 +427,7 @@ If an array, each level uses the field that is at the same index in the array, o
427
427
Sets the field of the data item that provides the text content of the nodes.
428
428
If an array, each level uses the field that is at the same index in the array, or the last item in the array.
429
429
430
-
> **Important** In case when array is used, [filter](/api/javascript/ui/dropdowntree/filter) is not supported because
430
+
> **Important** In case when array is used, [filter](/api/javascript/ui/dropdowntree/configuration/filter) is not supported because
431
431
[hierarchical data source](/api/javascript/data/hierarchicaldatasource) does not support filtering by different fields yet.
0 commit comments