Skip to content

Commit bd0f0ba

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 2641947 commit bd0f0ba

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/api/javascript/ui/dropdowntree.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ If set to `true`, the widget automatically adjusts the width of the popup elemen
152152

153153
### checkAll `Boolean` *(default: false)*
154154

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.
156156

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.
158158
159159
#### Example - disable the clear button
160160

@@ -958,7 +958,7 @@ The [template](/api/javascript/kendo/methods/template) used to render the value
958958

959959
### tagMode `String`*(default: "multiple")*
960960

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:
962962
- `multiple` - renders a tag for every selected value
963963
- `single` - renders only one tag that shows the number of the selected values
964964

@@ -1018,7 +1018,7 @@ The text of the widget used when the `autoBind` is set to `false`.
10181018

10191019
### value `String|Array`
10201020

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.
10221022

10231023
#### Example
10241024

@@ -1113,7 +1113,7 @@ An object, which holds the options of the widget.
11131113
</script>
11141114

11151115
### 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'.
11171117

11181118
#### Example - get tagList element
11191119

@@ -1398,7 +1398,7 @@ You can overcome this behavior by triggering the `change` event manually using [
13981398

13991399
##### value `Array|String`
14001400

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.
14021402

14031403
#### Returns
14041404

docs/redirects.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,18 @@ rewrite ^/kendo-ui/web/(grid|listview|pivotgrid|spreadsheet|treelist)/(.*)$
7474
/kendo-ui/controls/data-management/$1/$2
7575
permanent;
7676

77-
rewrite ^/kendo-ui/web/(autocomplete|colorpicker|combobox|datepicker|datetimepicker|dropdownlist|editor|maskedtextbox|multiselect|numerictextbox|rangeslider|slider|timepicker|upload)/(.*)$
77+
rewrite ^/kendo-ui/web/(autocomplete|colorpicker|combobox|datepicker|datetimepicker|dropdownlist|editor|maskedtextbox|multiselect|numerictextbox|rangeslider|slider|timepicker|upload|dropdowntree)/(.*)$
7878
/kendo-ui/controls/editors/$1/$2
7979
permanent;
8080

8181
rewrite ^/kendo-ui/dataviz/chart/(.*)$
8282
/kendo-ui/controls/charts/$1
8383
permanent;
8484

85+
rewrite ^/kendo-ui/web/chat/(.*)$
86+
/kendo-ui/controls/conversational-ui/$1
87+
permanent;
88+
8589
rewrite ^/kendo-ui/dataviz/(sparkline|treemap|stockchart)/(.*)$
8690
/kendo-ui/controls/charts/$1/$2
8791
permanent;

0 commit comments

Comments
 (0)