Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnet-core/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ documentation: ug

# Configuring Syncfusion Bower Packages

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

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.

### Bower Installation

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).
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/).
Syncfusion JavaScript Bower package can be configured in the following ways.

1. Using command prompt.
Expand Down Expand Up @@ -88,7 +88,7 @@ Syncfusion JavaScript npm package is available as [public Git Repository](https:

### Syncfusion npm Installation

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).
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/).

syncfusion-javascript npm package can be configured in following ways.

Expand Down Expand Up @@ -167,7 +167,7 @@ npm update

### Overview

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

### Syncfusion JavaScript JSPM

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Core-Concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Find the steps to configure the Syncfusion Components to particular language fro

## Accessibility

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

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,

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/Tooltip/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ None (Default)<br/></td><td>
No effect takes place<br/></td></tr>
</table>

Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/js/api/ejtooltip#members:animation) property:

{% highlight CSHTML %}

Expand All @@ -151,7 +151,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://

### Custom Animation

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

Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.

Expand Down Expand Up @@ -233,7 +233,7 @@ Tooltip will be hidden when mouse leaves the target element.<br/></td></tr>

### Auto

The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).

Let see an example, this Tooltip will only hide after hovering the target for 2000ms

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Tooltip/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Apply the following style sheet

## Setting Dimensions

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

{% highlight CSHTML %}

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeMap/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can populate the TreeMap data inside the controller. For example, you can po



N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population)
N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population)

## Initialize TreeMap

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeView/Checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can use [isNodeChecked](https://help.syncfusion.com/api/js/ejtreeview#method

## Get checked nodes

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

{% highlight CSHTML %}

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/TreeView/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ By running the previous code, you will get results like the following image:

## Create instance for tree view

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


{% highlight javascript %}
Expand All @@ -225,11 +225,11 @@ Create an instance for an existing tree view in the following ways. Once a refer



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)**.
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)**.

## Tree view events

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


{% highlight CSHTML %}
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeView/Multiple-Drag-and-Drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation: ug

# Drag and Drop Multiple Nodes

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

In the controller page, create a data list that contains the details about the tree nodes.

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/TreeView/Multiple-Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Multiple Selection in ASP.NET Core TreeView

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

In the controller page, create a data list that contains the details about the tree nodes.

Expand Down Expand Up @@ -63,7 +63,7 @@ By running the previous code, you will get the output like the following:

## Select nodes

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

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.

Expand All @@ -89,7 +89,7 @@ In the view page, add the following code and map the properties defined to the c

## Get selected nodes

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

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.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeView/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Overview

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

## Key Features

Expand Down
16 changes: 8 additions & 8 deletions aspnet-core/TreeView/Populate-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Previous data can be directly assigned to the `DataSource` property and you can

## Remote data

When using remote data binding, the adaptor of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) plays a vital role in processing queries to make them suitable to send along with data request, and also process the response data from the server.
When using remote data binding, the adaptor of [ej.DataManager](https://helpjs.syncfusion.com/js/api/ejdatamanager) plays a vital role in processing queries to make them suitable to send along with data request, and also process the response data from the server.

The following steps explain you to bind remote data to the tree view control.

Expand All @@ -399,7 +399,7 @@ The following steps explain you to bind remote data to the tree view control.

### OData

**OData** is a standardized protocol for creating and consuming data. Bind the [OData service](http://www.odata.org/#) data to tree view in two ways by using `DataSource` API of tree view control.
**OData** is a standardized protocol for creating and consuming data. Bind the [OData service](https://www.odata.org/) data to tree view in two ways by using `DataSource` API of tree view control.

**Using Datasource(DataSource) API**

Expand Down Expand Up @@ -437,7 +437,7 @@ The following steps explain you to bind remote data to the tree view control.
{% endhighlight %}


In the previous methods, you may also specify the **adaptor** as [ODataAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#odata-adaptor) and it is optional to specify.
In the previous methods, you may also specify the **adaptor** as [ODataAdaptor](https://helpjs.syncfusion.com/js/datamanager/data-adaptors#odata-adaptor) and it is optional to specify.

Provide the adaptor value either as string value (“ODataAdaptor”) or Enum type (AdaptorType.ODataAdaptor).

Expand All @@ -455,7 +455,7 @@ Provide the adaptor value either as string value (“ODataAdaptor”) or Enum ty
{% endhighlight %}


N>**You can use the previous code until OData service version 3. For OData Service version 4 End Point, a separate adaptor [ej.ODataV4Adaptor](http://helpjs.syncfusion.com/js/datamanager/data-binding#odata-v4) is created for data binding.**
N>**You can use the previous code until OData service version 3. For OData Service version 4 End Point, a separate adaptor [ej.ODataV4Adaptor](https://helpjs.syncfusion.com/js/datamanager/data-binding#odata-v4) is created for data binding.**

{% highlight CSHTML %}

Expand All @@ -474,7 +474,7 @@ N>**You can use the previous code until OData service version 3. For OData Servi

### Web API

Using the [ej.WebApiAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#webapi-adaptor), you can bind Web API service data to the tree view as shown in the following code example.
Using the [ej.WebApiAdaptor](https://helpjs.syncfusion.com/js/datamanager/data-adaptors#webapi-adaptor), you can bind Web API service data to the tree view as shown in the following code example.


{% highlight CSHTML %}
Expand All @@ -490,11 +490,11 @@ Using the [ej.WebApiAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-ad

### Other restful web services

The Custom Adaptor concept of the [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) allows you to customize or generate your own adaptor which is used to process query and result data.
The Custom Adaptor concept of the [ej.DataManager](https://helpjs.syncfusion.com/js/api/ejdatamanager) allows you to customize or generate your own adaptor which is used to process query and result data.

[http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor)
[http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor](https://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor)

When using remote data binding, the adaptor of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) plays a vital role in processing queries to make them suitable to send along with the data request, and also process the response data from the server.
When using remote data binding, the adaptor of [ej.DataManager](https://helpjs.syncfusion.com/js/api/ejdatamanager) plays a vital role in processing queries to make them suitable to send along with the data request, and also process the response data from the server.

In the controller page, create a data list that contains the details about the tree nodes.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeView/Template-Option.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: UG

# Template Option in ASP.NET Core TreeView

The tree nodes can be customized by using the **Template** property. The tree view template option requires addition JS library called the **JsRender** that helps you to create the structured way of tree nodes with simple codes and increased performance. To know more about JsRender, refer to this link [http://www.jsviews.com/](http://www.jsviews.com/#).
The tree nodes can be customized by using the **Template** property. The tree view template option requires addition JS library called the **JsRender** that helps you to create the structured way of tree nodes with simple codes and increased performance. To know more about JsRender, refer to this link [http://www.jsviews.com/](https://www.jsviews.com/).

In the controller page, create a data list that contains the details about the tree nodes.

Expand Down
Loading