Skip to content

Commit fa6f4cf

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

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,10 +561,10 @@ navigation:
561561
baseurl: /kendo-ui
562562

563563
## The Kendo UI version used
564-
cdnVersion: "2018.2.515"
564+
cdnVersion: "2018.2.516"
565565

566566
## The MVC Core version used
567-
mvcCoreVersion: "2018.2.515"
567+
mvcCoreVersion: "2018.2.516"
568568

569569
## Progress NPM Registry
570570
registry_url: 'https://registry.npm.telerik.com/'

docs/api/javascript/ui/dropdowntree.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ If set to `true`, the widget automatically adjusts the width of the popup elemen
154154

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

@@ -185,7 +185,7 @@ The [template](/api/javascript/kendo/methods/template) used to render the checkA
185185

186186
### checkboxes `Boolean|Object`
187187

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

190190
#### Example - show node checkboxes
191191

@@ -209,7 +209,7 @@ If `true` or an object, renders checkboxes beside each node. In this case the wi
209209
Indicates whether checkboxes of child items should get checked when the checkbox of a parent item is checked. This
210210
also enables tri-state checkboxes with an indeterminate state.
211211

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.
213213
214214
#### Example - enable tri-state checkboxes and propagate checked state to children
215215

@@ -427,7 +427,7 @@ If an array, each level uses the field that is at the same index in the array, o
427427
Sets the field of the data item that provides the text content of the nodes.
428428
If an array, each level uses the field that is at the same index in the array, or the last item in the array.
429429

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
431431
[hierarchical data source](/api/javascript/data/hierarchicaldatasource) does not support filtering by different fields yet.
432432

433433
#### Example - set the dataTextField

docs/controls/conversational-ui/chat/overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ To create a Chat:
2020

2121
1. Add an empty `div` to the HTML.
2222
1. Provide it with an ID.
23-
1. (Optional) Set the width and height of the desired chat inline or by using CSS &mdash;<div id="chart" style="width: 400px; height: 600px"></div>.
23+
1. (Optional) Set the width and height of the desired chat inline or by using CSS.
24+
25+
###### Example
26+
27+
<div id="chart" style="width: 400px; height: 600px"></div>
28+
2429

2530
### Initialize the Chat
2631

docs/redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ rewrite ^/kendo-ui/dataviz/chart/(.*)$
8383
permanent;
8484

8585
rewrite ^/kendo-ui/web/chat/(.*)$
86-
/kendo-ui/controls/conversational-ui/$1
86+
/kendo-ui/controls/conversational-ui/chat/$1
8787
permanent;
8888

8989
rewrite ^/kendo-ui/dataviz/(sparkline|treemap|stockchart)/(.*)$

0 commit comments

Comments
 (0)