Skip to content

Commit b35360f

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent d55b451 commit b35360f

File tree

47 files changed

+63
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+63
-46
lines changed

docs-aspnet/html-helpers/barcodes/barcode/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Barcode supports a set of [encoding types]({% slug encodings_aspnetcore_barc
4444
4545
## Referencing Existing Instances
4646
47-
To reference an existing Barcode instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [Barcode API](/api/barcode) to control its behavior.
47+
To reference an existing Barcode instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [Barcode client-side API](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/barcode#methods) to control its behavior.
4848
4949
// Place the following after the declaration of the Barcode for {{ site.framework }}.
5050
<script>

docs-aspnet/html-helpers/barcodes/qrcode/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The QRCode supports a set of [encoding conventions]({% slug encoding_qrcode_aspn
4848
4949
## Referencing Existing Instances
5050
51-
To reference an existing QRCode instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [QRCode API](/api/qrcode) to control its behavior.
51+
To reference an existing QRCode instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [QRCode client-side API](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/qrcode#methods) to control its behavior.
5252
5353
// Place the following after the declaration of the QRCode for {{ site.framework }}.
5454
<script>

docs-aspnet/html-helpers/charts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The following example demonstrates how to subscribe to events by a handler name.
210210

211211
## Referencing Existing Instances
212212

213-
To reference an existing Chart instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [Chart client-side API](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart) to control its behavior.
213+
To reference an existing Chart instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [Chart client-side API](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#methods) to control its behavior.
214214

215215
```
216216
// Place the following after the Chart for {{ site.framework }} declaration.

docs-aspnet/html-helpers/charts/stockchart/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The following example demonstrates how to subscribe to events by a template dele
176176
177177
## Referencing Existing Instances
178178
179-
To reference an existing Kendo UI StockChart instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [StockChart API](/api/stockchart) to control its behavior.
179+
To reference an existing Kendo UI StockChart instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [StockChart client-side API](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/stock-chart#methods) to control its behavior.
180180
181181
// Place the following after the declaration of the Barcode for {{ site.framework }}.
182182
<script>

docs-aspnet/html-helpers/charts/treemap/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following example demonstrates how to subscribe to events by a template dele
118118

119119
## Referencing Existing Instances
120120

121-
To reference an existing Kendo UI TreeMap instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [TreeMap API](http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/treemap#methods) to control its behavior.
121+
To reference an existing Kendo UI TreeMap instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [TreeMap client-side API](http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/treemap#methods) to control its behavior.
122122

123123
// Place the following after the declaration of the TreeMap for {{ site.framework }}.
124124
<script>

docs-aspnet/html-helpers/data-management/filemanager/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following example demonstrates initialization of the FileManager with a loca
111111
```
112112
## Referencing Existing Instances
113113

114-
To refer to an existing Grid instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) method. Once a reference is established, use the [FileManager client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager) to control its behavior.
114+
To refer to an existing Grid instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) method. Once a reference is established, use the [FileManager client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager#methods) to control its behavior.
115115

116116
var filemanager = $("#filemanager").data("kendoFileManager");
117117

docs-aspnet/html-helpers/data-management/filter/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public class SampleData
117117

118118
## Referencing Existing Instances
119119

120-
To refer to an existing Filter instance use the `jQuery.data()` method. Once a reference is established, use the [Filter client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/filter) to control its behavior.
120+
To refer to an existing Filter instance use the `jQuery.data()` method. Once a reference is established, use the [Filter client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/filter#methods) to control its behavior.
121121

122122
```
123123
<script>

docs-aspnet/html-helpers/data-management/grid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ For more information on implementing specific scenarios, refer to the [**Knowled
116116

117117
## Referencing Existing Instances
118118

119-
To refer to an existing Grid instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) method. Once a reference is established, use the [Grid client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/grid) to control its behavior.
119+
To refer to an existing Grid instance, use the [`jQuery.data()`](https://api.jquery.com/jQuery.data/) method. Once a reference is established, use the [Grid client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods) to control its behavior.
120120

121121
<script>
122122
$(function() {

docs-aspnet/html-helpers/data-management/pivotgrid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To configure the PivotGrid for Ajax binding to an **Adventure Works** cube that
6868
6969
## Referencing Existing Instances
7070
71-
To reference an existing PivotGrid instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) method. Once a reference is established, use the [PivotGrid client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/pivotconfigurator) to control its behavior.
71+
To reference an existing PivotGrid instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) method. Once a reference is established, use the [PivotGrid client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/pivotconfigurator#methods) to control its behavior.
7272
7373
var pivotgrid = $("#pivotgrid").data("kendoPivotGrid");
7474

docs-aspnet/html-helpers/data-management/spreadsheet/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The following example demonstrates how to subscribe to the `changing` and `chang
230230

231231
## Referencing Existing Instances
232232

233-
To reference an existing Kendo UI Spreadsheet instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [Spreadsheet API](http://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet#methods) to control its behavior.
233+
To reference an existing Kendo UI Spreadsheet instance, use the [`jQuery.data()`](http://api.jquery.com/jQuery.data/) configuration option. Once a reference is established, use the [Spreadsheet client-side API](http://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet#methods) to control its behavior.
234234

235235
// Place the following after the Spreadsheet for {{ site.framework }} declaration.
236236
<script>

0 commit comments

Comments
 (0)