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: aspnetmvc/Maps/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
@@ -19,11 +19,11 @@ You can configure an Essential ASP.NET MVC Map with simple steps. In this exampl
19
19
20
20
### Create a simple MVC Application
21
21
22
-
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.
22
+
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.
23
23
24
24
#### Preparing Shape Data
25
25
26
-
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).
26
+
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).
27
27
28
28
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.
29
29
@@ -739,4 +739,4 @@ The following screenshot illustrates a map displaying an interactive legend.
Copy file name to clipboardExpand all lines: aspnetmvc/Maps/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
@@ -29,7 +29,7 @@ Some of the Maps control use case scenarios:
29
29
30
30
*`Layers` - Map is maintained through Layers and it can accommodate one or more layers.
31
31
*`Map Providers Support` - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
32
-
*`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.
32
+
*`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.
33
33
*`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.
34
34
*`User Interaction` - Options like zooming, panning and map selection enables the effective interaction on map elements.
Copy file name to clipboardExpand all lines: aspnetmvc/Maps/Populate-Data.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
@@ -13,7 +13,7 @@ In this section you can learn how to populate shape data for providing Data inpu
13
13
14
14
## Shape Data
15
15
16
-
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).
16
+
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).
17
17
18
18
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.
Copy file name to clipboardExpand all lines: aspnetmvc/MaskEdit/Behavior-Settings.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
@@ -394,7 +394,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component
394
394
395
395
#### Configure HTMLAttributes property
396
396
397
-
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.
397
+
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.
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.
163
+
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.
164
164
165
165
1. Add the following code in your View page to render the menu with remote data
Copy file name to clipboardExpand all lines: aspnetmvc/Menu/Getting-Started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The Menu items in the above screenshot allow you to navigate through multiple me
28
28
29
29
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.
30
30
31
-
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.
31
+
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.
32
32
2. Add the below code in your view page to add the necessary CSS and script files
33
33
34
34
~~~cshtml
@@ -76,7 +76,7 @@ Essential ASP.NET MVC Menu without menu item
76
76
77
77
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.
Copy file name to clipboardExpand all lines: aspnetmvc/Menu/Responsive-Layout.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
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
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.
Copy file name to clipboardExpand all lines: aspnetmvc/NavigationDrawer/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
@@ -21,7 +21,7 @@ In this section, you can learn how to create a simple navigation drawer.
21
21
22
22
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.
23
23
24
-
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)
24
+
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)
25
25
26
26
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.
@@ -58,7 +58,7 @@ In the View page add NumericTextBox helper. Set the access key property to the N
58
58
59
59
{% endhighlight %}
60
60
61
-
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.
61
+
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.
Copy file name to clipboardExpand all lines: aspnetmvc/NumericTextBox/Localization-Support.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
@@ -14,7 +14,7 @@ documentation: ug
14
14
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.
15
15
16
16
More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
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.
0 commit comments