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
6 changes: 3 additions & 3 deletions aspnetmvc/Maps/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ You can configure an Essential ASP.NET MVC Map with simple steps. In this exampl

### Create a simple MVC Application

To begin, create a new ASP.NET MVC project Razor application. For creating a MVC Project and adding necessary Dll’s and Scripts, refer [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/maps/getting-started) Documentation.
To begin, create a new ASP.NET MVC project Razor application. For creating a MVC Project and adding necessary Dll’s and Scripts, refer [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/maps/getting-started) Documentation.

#### Preparing Shape Data

The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).

In this example, USA shape is used as shape data by utilizing the `United States of America.json` file in the following folder structure obtained from downloaded Maps_GeoJSON folder.

Expand Down Expand Up @@ -739,4 +739,4 @@ The following screenshot illustrates a map displaying an interactive legend.

![](Getting-Started_images/Getting-Started_img6.png)

The complete code sample can be found [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/Map_GettingStarted-1349939768)
The complete code sample can be found [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Map_GettingStarted-1349939768)
2 changes: 1 addition & 1 deletion aspnetmvc/Maps/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Some of the Maps control use case scenarios:

* `Layers` - Map is maintained through Layers and it can accommodate one or more layers.
* `Map Providers Support` - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
* `Map Elements Customization` - Map contains a set of elements, including shapes, bubbles, markers, legend, labels and data items that can be visualized with customized appearance showing additional information on the map using bound data.
* `User Interaction` - Options like zooming, panning and map selection enables the effective interaction on map elements.

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Maps/Populate-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this section you can learn how to populate shape data for providing Data inpu

## Shape Data

The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).

In this example, USA shape is used as shape data by utilizing the “United States of America.json” file in the following folder structure obtained from downloaded Maps_GeoJSON folder.

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/MaskEdit/Behavior-Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component

#### Configure HTMLAttributes property

1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](http://en.wikipedia.org/wiki/Access_key) attribute. While pressing the “AccessKey” and “J” keys, MaskEditTextBox will gain focus.
1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](https://en.wikipedia.org/wiki/Access_key) attribute. While pressing the “AccessKey” and “J” keys, MaskEditTextBox will gain focus.



Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Menu/Data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DataManager is used to manage relational data in JavaScript. DataManager uses

<http://help.syncfusion.com/aspnetmvc/menu/data-binding>

In the following example, [http://mvc.syncfusion.com/Services/Northwnd.svc/](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. This acts as web service that is located in the Syncfusion server. The web service with the name Northwnd.svc is used here.
In the following example, [http://mvc.syncfusion.com/Services/Northwnd.svc/](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. This acts as web service that is located in the Syncfusion server. The web service with the name Northwnd.svc is used here.

1. Add the following code in your View page to render the menu with remote data

Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/Menu/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Menu items in the above screenshot allow you to navigate through multiple me

Essential ASP.NET MVC Menu widget basically renders with built-in features like keyboard navigation, show and hides Menu items with animations and flexible API’s. Refer the following guidelines to render Menu control with Local data source value.

1. You can create a MVC Project and add the necessary Dll’s and scripts using the [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/menu/getting-started) Documentation.
1. You can create a MVC Project and add the necessary Dll’s and scripts using the [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/menu/getting-started) Documentation.
2. Add the below code in your view page to add the necessary CSS and script files

~~~ cshtml
Expand Down Expand Up @@ -76,7 +76,7 @@ Essential ASP.NET MVC Menu without menu item

Each Menu consists of a list of Menu items with list of sub level Menu item. Refer the following guidelines to initialize the root level elements of Menu control with Remote data source value. RootLevelItems data service is created to define the root level Menu items, sub items and InnerItems data services to initialize the sub level and inner sub levels and both can be referred from the following service location. In Menu Widgets mention the RootLevelItem Data Source in the Datasource property. Elements’s properties like Id, Text, URL, and Parent Id can be defined using our menu fields and it explained briefly under the concept and features of Menu control.

[http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/](http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/)
[http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/](https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/)



Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Menu/Responsive-Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

Responsive Layout is aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors). In order to get responsive layout, you can add ej.responsive.css file in this sample. CDN link for the responsive CSS file is as follows.

[http://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css](http://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css)
[https://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css](https://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css)

N> Refer to the ej.responsive.css file after the ej.widgets.all.min.css file

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/NavigationDrawer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this section, you can learn how to create a simple navigation drawer.

The following steps guide you in adding a Navigation Drawer control for a web application that displays a list of items such as home, profile, photos and location where you can navigate to desired page by clicking on the option available in the drawer.

You can create an MVC Project and add the necessary assemblies, styles and scripts to it.  Refer to the [MVC-Getting Started.](http://help.syncfusion.com/aspnetmvc/navigationdrawer/getting-started)
You can create an MVC Project and add the necessary assemblies, styles and scripts to it.  Refer to the [MVC-Getting Started.](https://help.syncfusion.com/aspnetmvc/navigationdrawer/getting-started)

To add a Navigation Drawer control, call NavigationDrawer helper. You can display the navigational item as a list by using ListView. This is achieved by creating the ListView inside the content template. You can set the text for list items by using Text property. You can paste the following code in corresponding view page.

Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/NumericTextBox/Keyboard-Interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Shortcut Key</th><th>
Description</th></tr>
<tr>
<td>
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
Focuses the control</td></tr>
<tr>
<td>
Expand Down Expand Up @@ -58,7 +58,7 @@ In the View page add NumericTextBox helper. Set the access key property to the N

{% endhighlight %}

Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.
Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.



Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/NumericTextBox/Localization-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation: ug
The widget provides multi-language support using globalization. You can customize the NumericTextBox with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in NumericTextBox control.

More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
[https://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)

N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.

Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/PdfViewer/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Add the following references that are necessary for the PDF viewer control and s
* Syncfusion.EJ.PdfViewer
* Syncfusion.EJ.MVC

N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key "Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET MVC application to use our components.
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview "Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET MVC application to use our components.

#### Add Scripts and Styles

Expand All @@ -133,7 +133,7 @@ CDN Link: [Click here](https://help.syncfusion.com/js/cdn# "CDN scripts and styl

NuGet Package: [Click here](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package.

N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](http://csg.syncfusion.com/) to create custom script file with required widgets and its dependencies to reduce the size of the script file.
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](https://csg.syncfusion.com/) to create custom script file with required widgets and its dependencies to reduce the size of the script file.

Add the script files and CSS files in the &#60;title&#62; tag of View page.

Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/PercentageTextBox/Keyboard-Interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Shortcut Key</th><th>
Description</th></tr>
<tr>
<td>
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
Focuses the control</td></tr>
<tr>
<td>
Expand Down Expand Up @@ -59,7 +59,7 @@ percentAttribute.Add("accesskey", "k");

{% endhighlight %}

Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the PercentageTextBox widget. Perform provided functionality by using keyboard shortcuts.
Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the PercentageTextBox widget. Perform provided functionality by using keyboard shortcuts.



Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/PercentageTextBox/Localization-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The **PercentageTextBox** widget provides multi-language support using globaliza


More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
[http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)

N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.

Expand Down
8 changes: 4 additions & 4 deletions aspnetmvc/PivotChart/OLAP-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation: ug
# Getting Started

>**Important**
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.

## Creating a simple application with PivotChart and OLAP datasource (Client Mode)

Expand Down Expand Up @@ -115,7 +115,7 @@ The scripts and style sheets that are mandatorily required to render PivotChart
2. jQuery-3.0.0.min.js
3. ej.web.all.min.js

[Click here](http://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).
[Click here](https://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).

Scripts and style sheets are referred under the <head> tag in **_Layout.cshtml** file which is found inside **Views > Shared folder.**

Expand Down Expand Up @@ -290,7 +290,7 @@ The scripts and style sheets that are mandatorily required to render PivotChart
2. jQuery-3.0.0.min.js
3. ej.web.all.min.js

[Click here](http://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).
[Click here](https://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).

Scripts and style sheets are referred under the **head** tag in **_Layout.cshtml** file which is found inside **Views > Shared folder.**

Expand Down Expand Up @@ -492,6 +492,6 @@ Now, **PivotChart** is rendered with customer count over a period of fiscal year

### WCF

This section demonstrates the utilization of WCF service as endpoint binding OLAP datasource to a simple PivotChart. For more details on this topic, [click here](https://help.syncfusion.com/aspnetmvc/PivotChart/olap-connectivity#wcf).
This section demonstrates the utilization of WCF service as endpoint binding OLAP datasource to a simple PivotChart. For more details on this topic, [click here](https://help.syncfusion.com/aspnetmvc/pivotchart/olap-connectivity#wcf).


8 changes: 4 additions & 4 deletions aspnetmvc/PivotChart/Relational-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation: ug
# Getting Started

>**Important**
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.

## Creating a simple application with PivotChart and Relational datasource (Client Mode)

Expand Down Expand Up @@ -115,7 +115,7 @@ The scripts and style sheets that are mandatorily required to render PivotChart
2. jQuery-3.0.0.min.js
3. ej.web.all.min.js

[Click here](http://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).
[Click here](https://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).

Scripts and style sheets are referred under the <head> tag in **_Layout.cshtml** file which is found inside **Views > Shared folder.**

Expand Down Expand Up @@ -348,7 +348,7 @@ The scripts and style sheets that are mandatorily required to render PivotChart
2. jQuery-3.0.0.min.js
3. ej.web.all.min.js

[Click here](http://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).
[Click here](https://help.syncfusion.com/js/cdn) here to know more about scripts and style sheets available online (CDN Link).

Scripts and style sheets are referred under the <head> tag in **_Layout.cshtml** file which is found inside **Views > Shared folder.**

Expand Down Expand Up @@ -639,6 +639,6 @@ Now, **PivotChart** will be rendered with amount over a set of products across d

### WCF

This section demonstrates the utilization of WCF service as endpoint binding Relational datasource to a simple PivotChart. For more details on this topic, [click here](https://help.syncfusion.com/aspnetmvc/PivotChart/relational-connectivity#wcf).
This section demonstrates the utilization of WCF service as endpoint binding Relational datasource to a simple PivotChart. For more details on this topic, [click here](https://help.syncfusion.com/aspnetmvc/pivotchart/relational-connectivity#wcf).


Loading