Skip to content

Commit 90938d3

Browse files
committed
Sync with Kendo UI Professional
1 parent 69cbb3f commit 90938d3

39 files changed

+55
-57
lines changed

docs/accessibility/compliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Also check the [notes below the table](#accessibility-compliance-notes).
8080
|MaskedTextbox |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/maskedtextbox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/maskedtextbox/accessibility/overview)|
8181
|MediaPlayer |n/a|[Demo](https://demos.telerik.com/kendo-ui/accessibility/mediaplayer)| [Documentation](https://docs.telerik.com/kendo-ui/controls/mediaplayer/accessibility/overview)|
8282
|Menu |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/menu)| [Documentation](https://docs.telerik.com/kendo-ui/controls/menu/accessibility/overview)|
83-
|MultiColumnComboBox |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/multicombobox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/multicombobox/accessibility/overview)|
83+
|MultiColumnComboBox |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/multicombobox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/multicolumncombobox/accessibility/overview)|
8484
|MultiSelect |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/multiselect)| [Documentation](https://docs.telerik.com/kendo-ui/controls/multiselect/accessibility/overview)|
8585
|Notification |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/notification)| [Documentation](https://docs.telerik.com/kendo-ui/controls/notification/accessibility/overview)|
8686
|NumericTextbox|AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/numerictextbox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/numerictextbox/accessibility/overview)|
@@ -101,7 +101,7 @@ Also check the [notes below the table](#accessibility-compliance-notes).
101101
|Rating |AA | [Demo](https://demos.telerik.com/kendo-ui/accessibility/rating)| [Documentation](https://docs.telerik.com/kendo-ui/controls/rating/accessibility/overview)|
102102
|ResponsivePanel |AA |n/a| n/a|
103103
|Scheduler |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/scheduler)| [Documentation](https://docs.telerik.com/kendo-ui/controls/scheduler/accessibility/overview)|
104-
|ScrollView |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/scrollview)| [Documentation](https://docs.telerik.com/kendo-ui/controls/scrollview/accessibility/overview)|
104+
|ScrollView |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/scrollview)| [Documentation](https://docs.telerik.com/kendo-ui/controls/scrollview/overview)|
105105
|Signature |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/signature)| [Documentation](https://docs.telerik.com/kendo-ui/controls/signature/accessibility/overview)|
106106
|SkeletonContainer |AAA | n/a| n/a|
107107
|Slider |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/slider)| [Documentation](https://docs.telerik.com/kendo-ui/controls/slider/accessibility/overview)|

docs/api/javascript/data/orgchartmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ res_type: api
77

88
# kendo.data.OrgChartModel
99

10-
The `kendo.data.OrgChartModel` class represents a data item from the [kendo.data.OrgCharttDataSource](orgchartdatasource). Inherits from [kendo.data.Model](model).
10+
The `kendo.data.OrgChartModel` class represents a data item from the [kendo.data.OrgCharttDataSource](/api/javascript/data/orgchartdatasource). Inherits from [kendo.data.Model](/api/javascript/data/model).
1111

1212
## Configuration
1313

docs/api/javascript/data/treelistmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ res_type: api
77

88
# kendo.data.TreeListModel
99

10-
The `kendo.data.TreeListModel` class represents a data item from the [kendo.data.TreeListDataSource](treelistdatasource). Inherits from [kendo.data.Model](model).
10+
The `kendo.data.TreeListModel` class represents a data item from the [kendo.data.TreeListDataSource](/api/javascript/data/treelistdatasource). Inherits from [kendo.data.Model](/api/javascript/data/model).
1111

1212
## Configuration
1313

docs/api/javascript/dataviz/ui/diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ A function that returns a visual element to render for a given shape. The follow
50465046
* [Image](/api/javascript/dataviz/diagram/image)
50475047
* [Layout](/api/javascript/dataviz/diagram/layout)
50485048

5049-
> The origin of the visual bounding box has to be `(0, 0)`. If you have a complex path which coordinates cannot be easily adjusted, then position the element as demonstrated in [this](/controls/diagram/how-to/adjust-path-origin) example.
5049+
> The origin of the visual bounding box has to be `(0, 0)`. If you have a complex path which coordinates cannot be easily adjusted, then position the element as demonstrated in [this](https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/adjust-path-origin) example.
50505050
50515051
#### Example - declaring a custom visual for Diagram shapes
50525052
<div id="diagram"></div>

docs/api/javascript/dataviz/ui/qrcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Returns a PNG image of the qrcode encoded as a [Data URL](https://developer.mozi
453453

454454
Redraws the QR code using the current value and options.
455455

456-
> The [`setOptions`](setOptions) method sets new options to the QRCode and redraws it att he same time. Calling `redraw()` int his case is not necessary.
456+
> The [`setOptions`](/api/javascript/dataviz/ui/qrcode/methods/setoptions) method sets new options to the QRCode and redraws it att he same time. Calling `redraw()` int his case is not necessary.
457457
458458
#### Example - set background property and redraw QRCode
459459

docs/api/javascript/drawing/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ res_type: api
66

77
# kendo.drawing.Image : kendo.drawing.Element
88

9-
Draws a bitmap image with a given source URL into the specified [rectangle](../geometry/rect).
9+
Draws a bitmap image with a given source URL into the specified [rectangle](/api/javascript/geometry/rect).
1010

1111
#### Example - draw an image
1212

docs/api/javascript/drawing/segment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ res_type: api
88

99
Defines a path segment with an anchor point and optional curve control points.
1010

11-
Segments are created implicitly by the [Path](path) lineTo and curveTo commands.
11+
Segments are created implicitly by the [Path](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/drawing/path) lineTo and curveTo commands.
1212

1313
#### Example - accessing path segments
1414
<div id="surface"></div>

docs/api/javascript/ui/gantt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,7 @@ The [template](/api/javascript/kendo/methods/template) which renders the editor.
23462346
The template should contain elements whose `name` HTML attributes are set as the editable fields. This is how the Gantt will know
23472347
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.
23482348

2349-
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](/data-attribute-initialization) for more info.
2349+
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](https://www.telerik.com/kendo-jquery-ui/documentation/intro/widget-basics/mvvm-initialization) for more info.
23502350
23512351
#### Example - customize the popup editor
23522352

docs/api/javascript/ui/grid.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The "destroy" built-in command removes the data item to which the current table
375375

376376
Custom commands are supported by specifying the [click](columns.command.click) option.
377377

378-
> The built-in "edit" and "destroy" commands work *only* if editing is enabled via the [editable](editable) option. The "edit" command supports "inline" and "popup" editing modes.
378+
> The built-in "edit" and "destroy" commands work *only* if editing is enabled via the [editable](/api/javascript/ui/grid/configuration/editable) option. The "edit" command supports "inline" and "popup" editing modes.
379379

380380
#### Example - set command as a string
381381

@@ -1235,7 +1235,7 @@ Only columns that are bound to a field can be sortable or filterable.
12351235
### columns.filterable `Boolean|Object` *(default: true)*
12361236

12371237
If set to `true` a filter menu will be displayed for this column when filtering is enabled. If set to `false` the filter menu will not be displayed. By default a filter menu is displayed
1238-
for all columns when filtering is enabled via the [filterable](filterable) option.
1238+
for all columns when filtering is enabled via the [filterable](/api/javascript/ui/grid/configuration/filterable) option.
12391239

12401240
Can be set to a JavaScript object which represents the filter menu configuration.
12411241

@@ -2818,7 +2818,7 @@ Also accepts the device identifiers that are [available in Bootstrap 4](https://
28182818

28192819
The pixel screen width below which the user will not be able to resize the column via the UI.
28202820

2821-
> This option is meaningful when the grid is set as [resizable](resizable).
2821+
> This option is meaningful when the grid is set as [resizable](/api/javascript/ui/grid/configuration/resizable).
28222822

28232823
#### Example - set the column width as a number
28242824

@@ -2907,7 +2907,7 @@ More about the Grid Selection feature you can find in [this documentation articl
29072907
### columns.sortable `Boolean|Object` *(default: true)*
29082908

29092909
If set to `true` the user can click the column header and sort the grid by the column [field](columns.field) when sorting is enabled. If set to `false` sorting will
2910-
be disabled for this column. By default all columns are sortable if sorting is enabled via the [sortable](sortable) option.
2910+
be disabled for this column. By default all columns are sortable if sorting is enabled via the [sortable](/api/javascript/ui/grid/configuration/sortable) option.
29112911

29122912
#### Example - disable sorting
29132913

@@ -2964,7 +2964,7 @@ The basic function implementation is as follows (pseudo-code):
29642964
```
29652965

29662966
One notable exception is that we also supply a third parameter that indicates the sort direction (true for descending).
2967-
See [How-to: Stable Sort in Chrome](/web/grid/how-to/stable-sort-chrome) for more details on how this can be useful.
2967+
See [How-to: Stable Sort in Chrome](https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/stable-sort-chrome) for more details on how this can be useful.
29682968

29692969
#### Example - define custom compare function
29702970

@@ -3448,7 +3448,7 @@ The text displayed in the header of the group.
34483448

34493449
### columnMenu.filterable `Boolean` *(default: true)*
34503450

3451-
If set to `true` the column menu would allow the user to filter the grid. By default the column menu allows the user to filter if filtering is enabled via the [filterable](filterable).
3451+
If set to `true` the column menu would allow the user to filter the grid. By default the column menu allows the user to filter if filtering is enabled via the [filterable](/api/javascript/ui/grid/configuration/filterable).
34523452

34533453
#### Example - disable column menu filtering
34543454

@@ -3506,7 +3506,7 @@ If set to `true`, the global column menu will render a button to allow the user
35063506

35073507
### columnMenu.sortable `Boolean` *(default: true)*
35083508

3509-
If set to `true` the column menu would allow the user to sort the grid by the column field. By default the column menu allows the user to sort if sorting is enabled via the [sortable](sortable) option.
3509+
If set to `true` the column menu would allow the user to sort the grid by the column field. By default the column menu allows the user to sort if sorting is enabled via the [sortable](/api/javascript/ui/grid/configuration/sortable) option.
35103510

35113511
> If this option is set to `false` the user could still sort by clicking the column header cell.
35123512

@@ -11867,7 +11867,7 @@ If set to true, the exported items will include the column headers.
1186711867
Retrieves the options that are currently enabled or disabled on the Grid, also gives the current state of the dataSource.
1186811868
Use this method if you want to save the state of the Grid into a variable. It is also possible to extract and store only some of the Grid options.
1186911869

11870-
> Please refer to the [`setOptions()`](setoptions) method documentation for more important information.
11870+
> Please refer to the [`setOptions()`](/api/javascript/ui/grid/methods/setoptions) method documentation for more important information.
1187111871

1187211872
#### Parameters
1187311873

@@ -12686,7 +12686,7 @@ The data source to which the widget should be bound.
1268612686
### setOptions
1268712687

1268812688
Sets the [`options`](/api/javascript/ui/grid#configuration) of the Grid. Use this method if you want to enable/disable a particular feature/option or to load
12689-
the complete state obtained previously with the [`getOptions`](getoptions) method.
12689+
the complete state obtained previously with the [`getOptions`](/api/javascript/ui/grid/methods/getoptions) method.
1269012690

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

@@ -13050,7 +13050,7 @@ The event handler function context (available via the `this` keyword) will be se
1305013050

1305113051
##### e.container `jQuery`
1305213052

13053-
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](edit).
13053+
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](/api/javascript/ui/grid/events/edit).
1305413054

1305513055
##### e.model `kendo.data.Model`
1305613056

@@ -15757,7 +15757,7 @@ The data item to which the table row is bound. If `e.model.id` is null, then a n
1575715757

1575815758
##### e.container `jQuery`
1575915759

15760-
The jQuery object representing the current edit container element. More information is available in the [edit event arguments' description](edit).
15760+
The jQuery object representing the current edit container element. More information is available in the [edit event arguments' description](/api/javascript/ui/grid/events/edit).
1576115761

1576215762
##### e.sender `kendo.ui.Grid`
1576315763

docs/api/javascript/ui/mediaplayer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Gets or sets the information about the media that is loaded in the widget.
255255

256256
##### value `Object`
257257

258-
The media configuration to load in the MediaPlayer. Accepts the same values as the [`media`](../configuration/media) option.
258+
The media configuration to load in the MediaPlayer. Accepts the same values as the [`media`](/api/javascript/ui/mediaplayer/configuration/media) option.
259259

260260
#### Returns
261261

0 commit comments

Comments
 (0)