Skip to content

Commit bb2ebcd

Browse files
committed
Sync with Kendo UI Professional
1 parent 499b8e4 commit bb2ebcd

26 files changed

+56
-32
lines changed

docs/accessibility/accessibility-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ Kendo UI for jQuery components are tested in the following environments:
118118

119119
## See Also
120120

121-
* [Telerik and Kendo UI Design System Accessibility Documentation](https://www.telerik.com/design-system/docs/foundation/accessibility/global-accessibility)
121+
* [Telerik and Kendo UI Design System Accessibility Documentation](https://www.telerik.com/design-system/docs/foundation/guides/accessibility/global-accessibility/)

docs/api/javascript/drawing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ It's also possible to pass a CSS selector as argument. All matching links will b
7171
##### options.forcePageBreak `String`
7272
An optional CSS selector that specifies the elements that should cause page breaks.
7373

74-
See [Multi-page PDF output](/framework/drawing/drawing-dom#multi-page-pdf-output).
74+
See [Multi-page PDF output](slug://multipagecontent_drawing).
7575

7676
##### options.paperSize `String` *(default: "auto")*
77-
The paper size for [automatic page breaking](/framework/drawing/drawing-dom#automatic-page-breaking-q1-2015).
77+
The paper size for [automatic page breaking](slug://multipagecontent_drawing#automatic-page-breaking).
7878
The default "auto" means paper size is determined by content.
7979

8080
Supported values:
@@ -101,7 +101,7 @@ The right margin. Numbers are considered as "pt" units.
101101
The top margin. Numbers are considered as "pt" units.
102102

103103
##### options.template `String`
104-
The [page template](/framework/drawing/drawing-dom#page-template-headers-and-footers) for multi-page output.
104+
The [page template](slug://templates_drawing) for multi-page output.
105105

106106
#### Returns
107107
`Promise` A promise that will be resolved with the root Group of the scene.

docs/api/javascript/kendo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Finds all Kendo widgets that are children of the specified element and calls the
767767

768768
##### force `Boolean`*(default: false)*
769769

770-
Determines whether the resizing routine should be executed even if the respective widget's outer dimensions have not changed. The parameter will be passed to the [widget's `resize` method](/using-kendo-in-responsive-web-pages#individual-widget-resizing).
770+
Determines whether the resizing routine should be executed even if the respective widget's outer dimensions have not changed. The parameter will be passed to the widget's `resize` method.
771771

772772
### saveAs
773773
Saves a file with the specified name and content.

docs/api/javascript/ui/grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11935,7 +11935,7 @@ Set this to `true` to repeat the grid headers on each page.
1193511935

1193611936
### pdf.scale `Number` *(default: 1)*
1193711937

11938-
A scale factor. In many cases, text size on screen will be too big for print, so you can use this option to scale down the output in PDF. See the documentation in [drawDOM](/framework/drawing/drawing-dom#Scaling).
11938+
A scale factor. In many cases, text size on screen will be too big for print, so you can use this option to scale down the output in PDF. See the [Scaling the Drawings](slug://scalingofcontent_drawing) article.
1193911939

1194011940
> **Important**
1194111941
>
@@ -13840,7 +13840,7 @@ When using multicolumn headers, using an index is not allowed. In such scenarios
1384013840

1384113841
> The method ignores and does not resize [hidden](/api/javascript/ui/grid/configuration/columns.hidden) columns.
1384213842
>
13843-
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](/controls/grid/appearance#widths), according to their content.
13843+
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](slug://width_kendoui_grid_widget), according to their content.
1384413844
>
1384513845
> Use `autoFitColumn` only after the Grid has been databound. Executing the method immediately after Grid initialization makes no sense and can lead to undesired behavior.
1384613846

@@ -13909,7 +13909,7 @@ Applies the minimum possible width for all columns, so that all text fits withou
1390913909

1391013910
> The method ignores and does not resize [hidden](/api/javascript/ui/grid/configuration/columns.hidden) columns.
1391113911
>
13912-
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns ([autoFitColumn](/api/javascript/ui/grid/methods/autoFitColumn)) that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](/controls/grid/appearance#widths), according to their content.
13912+
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns ([autoFitColumn](/api/javascript/ui/grid/methods/autoFitColumn)) that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](slug://width_kendoui_grid_widget), according to their content.
1391313913
>
1391413914
> Use `autoFitColumns` only after the Grid has been databound. Executing the method immediately after Grid initialization makes no sense and can lead to undesired behavior.
1391513915

docs/api/javascript/ui/scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ The [template](/api/javascript/kendo/methods/template) which renders the editor.
564564
The template should contain elements whose `name` HTML attributes are set as the editable fields. This is how the Scheduler will know
565565
which field to update. The other option is to use [MVVM](/framework/mvvm/overview) bindings in order to bind HTML elements to data item fields.
566566

567-
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](/intro/widget-basics/mvvm-initialization) for more info.
567+
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](slug://mvvm_initialization_kendoui) for more info.
568568
569569
#### Example - customize the popup editor
570570

docs/api/javascript/ui/treelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7144,7 +7144,7 @@ The data source to which the widget will be bound.
71447144
### setOptions
71457145

71467146
Sets the options of the Treelist. Use this method if you want to enable/disable a particular feature/option or to load
7147-
the complete state obtained previously with the [`getOptions`](/api/javascript/ui/treelist/methods/getoptions) method.
7147+
the complete state obtained previously with the [`getOptions`](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/treelist/methods/getoptions) method.
71487148

71497149
When `setOptions` is called, the Treelist widget will be destroyed and recreated. If the widget is bound to remote data, a new read request will be made.
71507150

docs/backwards-compatibility/2015-backward-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: 2015 Releases - Kendo UI Backwards Compatibility
44
description: "Learn about the breaking changes and backwards compatibility released by Kendo UI in 2015."
55
previous_url: /backwards-compatibility/2015/2015-backward-compatibility
66
slug: breakingchanges2015_kendoui
7-
position: 9
7+
position: 10
88
---
99

1010
# 2015 Releases

docs/backwards-compatibility/2016-backward-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: 2016 Releases - Kendo UI Backwards Compatibility
44
description: "Learn about the breaking changes and backwards compatibility released by Kendo UI in 2016."
55
previous_url: /changes-and-backward-compatibility, /install/changes-and-backward-compatibility, /backwards-compatibility/2016/2016-backward-compatibility
66
slug: breakingchanges2016_kendoui
7-
position: 8
7+
position: 9
88
---
99

1010
# 2016 Releases

docs/backwards-compatibility/2017-backward-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 2017 Releases
33
page_title: 2017 Releases - Kendo UI Backwards Compatibility
44
description: "Learn about the breaking changes and backwards compatibility released by Kendo UI in 2017."
55
slug: breakingchanges2017_kendoui
6-
position: 7
6+
position: 8
77
---
88

99
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-font-icons/dist/index.css" />

docs/backwards-compatibility/2018-backward-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 2018 Releases
33
page_title: 2018 Releases - Kendo UI Backwards Compatibility
44
description: "Learn about the breaking changes and backwards compatibility released by Kendo UI in 2019."
55
slug: breakingchanges2018_kendoui
6-
position: 6
6+
position: 7
77
---
88

99
# 2018 Releases

0 commit comments

Comments
 (0)