You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet-core/Configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ documentation: ug
9
9
10
10
# Configuring Syncfusion Bower Packages
11
11
12
-
[Bower](http://bower.io) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
12
+
[Bower](https://bower.io/) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
13
13
14
14
I>Syncfusion JavaScript Bower package is available as [public Git Repository](https://github.com/syncfusion/JavaScript-Widgets) and also registered as Syncfusion-JavaScript in the Bower registry.
15
15
16
16
### Bower Installation
17
17
18
-
To configure the Bower in your machine you need to install [node, npm](http://nodejs.org) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](http://bower.io/#install-bower).
18
+
To configure the Bower in your machine you need to install [node, npm](https://nodejs.org/) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](https://bower.io/).
19
19
Syncfusion JavaScript Bower package can be configured in the following ways.
20
20
21
21
1. Using command prompt.
@@ -88,7 +88,7 @@ Syncfusion JavaScript npm package is available as [public Git Repository](https:
88
88
89
89
### Syncfusion npm Installation
90
90
91
-
To configure the npm, install the [Nodejs](http://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node).
91
+
To configure the npm, install the [Nodejs](https://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node/).
92
92
93
93
syncfusion-javascript npm package can be configured in following ways.
94
94
@@ -167,7 +167,7 @@ npm update
167
167
168
168
### Overview
169
169
170
-
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es6-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
170
+
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
Copy file name to clipboardExpand all lines: aspnet-core/Core-Concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ Find the steps to configure the Syncfusion Components to particular language fro
256
256
257
257
## Accessibility
258
258
259
-
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
259
+
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
260
260
261
261
For example, the ejButton widget, when created through JavaScript code will render in the web browser with HTML DOM elements (along with the assigned built-in ARIA attributes) as shown below,
Copy file name to clipboardExpand all lines: aspnet-core/Tooltip/Customization.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ None (Default)<br/></td><td>
135
135
No effect takes place<br/></td></tr>
136
136
</table>
137
137
138
-
Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
138
+
Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
139
139
140
140
{% highlight CSHTML %}
141
141
@@ -151,7 +151,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://
151
151
152
152
### Custom Animation
153
153
154
-
Custom animation effect for both Tooltip show/hide can also be done by [show](http://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](http://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
154
+
Custom animation effect for both Tooltip show/hide can also be done by [show](https://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](https://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
155
155
156
156
Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.
157
157
@@ -233,7 +233,7 @@ Tooltip will be hidden when mouse leaves the target element.<br/></td></tr>
233
233
234
234
### Auto
235
235
236
-
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
236
+
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
237
237
238
238
Let see an example, this Tooltip will only hide after hovering the target for 2000ms
Copy file name to clipboardExpand all lines: aspnet-core/Tooltip/Getting-Started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Apply the following style sheet
87
87
88
88
## Setting Dimensions
89
89
90
-
Tooltip dimensions can be set using [width](http://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](http://help.syncfusion.com/js/api/ejtooltip#members:height) API.
90
+
Tooltip dimensions can be set using [width](https://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](https://help.syncfusion.com/js/api/ejtooltip#members:height) API.
Copy file name to clipboardExpand all lines: aspnet-core/TreeView/Checkboxes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ You can use [isNodeChecked](https://help.syncfusion.com/api/js/ejtreeview#method
61
61
62
62
## Get checked nodes
63
63
64
-
To get the checked nodes of tree view, use the [getCheckedNodes](http://help.syncfusion.com/js/api/ejtreeview#methods:getcheckednodes) method. It returns the collection of checked tree nodes. Also you can get currently checked nodes indexes in TreeView by using [getCheckedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getcheckednodesindex) method.
64
+
To get the checked nodes of tree view, use the [getCheckedNodes](https://help.syncfusion.com/js/api/ejtreeview#methods:getcheckednodes) method. It returns the collection of checked tree nodes. Also you can get currently checked nodes indexes in TreeView by using [getCheckedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getcheckednodesindex) method.
Copy file name to clipboardExpand all lines: aspnet-core/TreeView/Getting-Started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ By running the previous code, you will get results like the following image:
208
208
209
209
## Create instance for tree view
210
210
211
-
Create an instance for an existing tree view in the following ways. Once a reference has been established, you can use the [API’s](http://help.syncfusion.com/js/api/ejtreeview) of tree view to control its behavior.
211
+
Create an instance for an existing tree view in the following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/js/api/ejtreeview) of tree view to control its behavior.
212
212
213
213
214
214
{% highlight javascript %}
@@ -225,11 +225,11 @@ Create an instance for an existing tree view in the following ways. Once a refer
225
225
226
226
227
227
228
-
N>**To configure the API settings after tree view creation, please refer to the [API configuration](http://help.syncfusion.com/js/api-configuration), [Invoking Methods](http://help.syncfusion.com/js/invoking-methods)**.
228
+
N>**To configure the API settings after tree view creation, please refer to the [API configuration](https://help.syncfusion.com/js/api-configuration), [Invoking Methods](https://help.syncfusion.com/js/invoking-methods)**.
229
229
230
230
## Tree view events
231
231
232
-
ASP.NET Core tree view supports all the [events](http://help.syncfusion.com/js/api/ejtreeview#events) available in EJ tree view. Refer to the following code example to specify an event using the tag helper of tree view.
232
+
ASP.NET Core tree view supports all the [events](https://help.syncfusion.com/js/api/ejtreeview#events) available in EJ tree view. Refer to the following code example to specify an event using the tag helper of tree view.
Copy file name to clipboardExpand all lines: aspnet-core/TreeView/Multiple-Drag-and-Drop.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Drag and Drop Multiple Nodes
12
12
13
-
The tree view supports to drag and drop multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true along with the [allowDragAndDrop](https://help.syncfusion.com/js/api/ejtreeview#members:allowdraganddrop) as true. It allows you to drag and drop multiple nodes in the tree view.
13
+
The tree view supports to drag and drop multiple nodes by specifying the [allowMultiSelection](https://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true along with the [allowDragAndDrop](https://help.syncfusion.com/js/api/ejtreeview#members:allowdraganddrop) as true. It allows you to drag and drop multiple nodes in the tree view.
14
14
15
15
In the controller page, create a data list that contains the details about the tree nodes.
Copy file name to clipboardExpand all lines: aspnet-core/TreeView/Multiple-Selection.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# Multiple Selection in ASP.NET Core TreeView
11
11
12
-
The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.
12
+
The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](https://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.
13
13
14
14
In the controller page, create a data list that contains the details about the tree nodes.
15
15
@@ -63,7 +63,7 @@ By running the previous code, you will get the output like the following:
63
63
64
64
## Select nodes
65
65
66
-
To select more than one nodes of tree view, use the [selectedNodes](http://help.syncfusion.com/js/api/ejtreeview#members:selectednodes) property. It will select the tree view nodes from the given indexes.
66
+
To select more than one nodes of tree view, use the [selectedNodes](https://help.syncfusion.com/js/api/ejtreeview#members:selectednodes) property. It will select the tree view nodes from the given indexes.
67
67
68
68
In the view page, add the following code and map the properties defined to the corresponding fields in data source and you can select the specific nodes in tree view by using the **selectedNodes** property.
69
69
@@ -89,7 +89,7 @@ In the view page, add the following code and map the properties defined to the c
89
89
90
90
## Get selected nodes
91
91
92
-
To get the selected nodes of tree view, use the [getSelectedNodes](http://help.syncfusion.com/js/api/ejtreeview#methods:getselectednodes) method. It returns the collections of tree view selected nodes. You can use [getSelectedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getselectednodesindex) method to get the index positions of currently selected nodes.
92
+
To get the selected nodes of tree view, use the [getSelectedNodes](https://help.syncfusion.com/js/api/ejtreeview#methods:getselectednodes) method. It returns the collections of tree view selected nodes. You can use [getSelectedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getselectednodesindex) method to get the index positions of currently selected nodes.
93
93
94
94
In the view page, add the following code and map the properties defined to the corresponding fields in data source and you can get selected nodes from the tree view by using the **getSelectedNodes** method.
Copy file name to clipboardExpand all lines: aspnet-core/TreeView/Overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# Overview
11
11
12
-
The ASP.NET Core tree view component provides all the functionalities available in [EJ TreeView](http://help.syncfusion.com/js/api/ejtreeview). It represents hierarchical data in a tree-like structure and allows you to edit, drag and drop, select with checkboxes, and more. The tree view can be generated from a specified item list, list of objects, or by using OData services.
12
+
The ASP.NET Core tree view component provides all the functionalities available in [EJ TreeView](https://help.syncfusion.com/js/api/ejtreeview). It represents hierarchical data in a tree-like structure and allows you to edit, drag and drop, select with checkboxes, and more. The tree view can be generated from a specified item list, list of objects, or by using OData services.
0 commit comments