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/ReportViewer/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
@@ -14,7 +14,7 @@ The report viewer is a visualization control to view the Microsoft RDL/RDLC form
14
14
N> The report viewer control depends on server-side processing for report rendering. So, you should build the WebAPI service that is compatible for report viewer. This getting started will illustrates details of how to create the report viewer compatible Web API service also for your application.
15
15
16
16
## Environment setup
17
-
Refer the [installation](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/system-requirements) page to know more about the basic steps to configure the Syncfusion components to use with ASP.NET Core application.
17
+
Refer the [installation](https://help.syncfusion.com/aspnet-core/system-requirements) page to know more about the basic steps to configure the Syncfusion components to use with ASP.NET Core application.
18
18
19
19
N> NuGet package reference will be mostly preferred with ASP.NET Core development to setup the environment without installation, if you missed to explore then refer to the [nuget-package-manager-settings](https://help.syncfusion.com/aspnet-core/visual-studio-integration/nuget-packages) to configure the Syncfusion NuGet source.
Copy file name to clipboardExpand all lines: aspnet-core/ReportWriter/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
@@ -13,7 +13,7 @@ The report writer is a class library that is used to export the RDL/RDLC report
13
13
14
14
15
15
## Environment setup
16
-
Refer to the [installation](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/system-requirements) page to know more about the basic steps required to configure the Syncfusion components to use with ASP.NET Core application.
16
+
Refer to the [installation](https://help.syncfusion.com/aspnet-core/system-requirements) page to know more about the basic steps required to configure the Syncfusion components to use with ASP.NET Core application.
17
17
18
18
N> NuGet package reference will be mostly preferred with ASP.NET Core development to setup the environment without installation. If you missed to explore, refer to the [nuget-package-manager-settings](https://help.syncfusion.com/aspnet-core/visual-studio-integration/nuget-packages) to configure the Syncfusion NuGet source.
Copy file name to clipboardExpand all lines: aspnet-core/Ribbon/Appearance-and-Styling.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 @@ keywords: appearance and styling,ribbon appearance and styling
11
11
12
12
## Themes
13
13
14
-
Ribbon control’s style and appearance are controlled based on CSS classes and it has support of 12 default themes. You can check List of themes available for JavaScript’s control which is mentioned in [`this`](http://help.syncfusion.com/js/theming-in-essential-javascript-components) page.
14
+
Ribbon control’s style and appearance are controlled based on CSS classes and it has support of 12 default themes. You can check List of themes available for JavaScript’s control which is mentioned in [`this`](https://help.syncfusion.com/js/theming-in-essential-javascript-components) page.
Copy file name to clipboardExpand all lines: aspnet-core/Ribbon/Application-Tab.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
@@ -72,7 +72,7 @@ Set the UL element `Id` to `MenuItemID` property to create Application Menu and
72
72
73
73
### _Binding Data Source_
74
74
75
-
Application Menu can be rendered using JSON Data Source. Please refer [`this`](http://help.syncfusion.com/aspnetmvc/menu/data-binding) page to set data source to `ejMenu`.
75
+
Application Menu can be rendered using JSON Data Source. Please refer [`this`](https://help.syncfusion.com/aspnetmvc/menu/data-binding) page to set data source to `ejMenu`.
Copy file name to clipboardExpand all lines: aspnet-core/Ribbon/Globalizationandlocalization.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
@@ -45,7 +45,7 @@ More Commands...</td></tr>
45
45
46
46
N> By default, the Ribbon control is localized in `en-US` culture.
47
47
48
-
For further information on – how to refer the required culture scripts into your application, refer [`here`](http://help.syncfusion.com/js/localization).
48
+
For further information on – how to refer the required culture scripts into your application, refer [`here`](https://help.syncfusion.com/js/localization).
Copy file name to clipboardExpand all lines: aspnet-core/RichTextEditor/Image-and-File-browser.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
@@ -136,7 +136,7 @@ You can also define the ajax action in controller page and map the corresponding
136
136
137
137
{% endhighlight %}
138
138
139
-
Refer [here](http://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
139
+
Refer [here](https://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
140
140
141
141
N> In RTE, image will be inserted based on the file path mentioned in image browser settings. In Asp.Net Core, static files will be present in wwwroot folder and this path cannot be directly accessed in browser while inserting image into RTE. So, include “wwwroot” in Controller page for FileExplorer actions alone.
<td> The toolsList property is used to get the root group order and tools property is used to get the inner order of the corresponding groups displayed.<br/><br/></td>
29
29
</tr>
30
30
</table>
31
31
32
32
N> By default, when you tab from the textbox to the RTE, the first tools in the Toolbar of RTE will get focus not in the text area. <BR>
33
-
But we can able to focus the RTE text area by setting the tab index attribute as -1 to avoid the focus on RTE toolbar when we tab from textbox to RTE - {{'[Demo](http://jsplayground.syncfusion.com/Sync_1rlmhqbz)'| markdownify }}
33
+
But we can able to focus the RTE text area by setting the tab index attribute as -1 to avoid the focus on RTE toolbar when we tab from textbox to RTE - {{'[Demo](https://jsplayground.syncfusion.com/Sync_1rlmhqbz)'| markdownify }}
N> Background image for the RTE control : {{'[Link](http://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }} <BR>
38
+
N> Background image for the RTE control : {{'[Link](https://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }} <BR>
39
39
40
40
## Adding CSS File
41
41
@@ -127,7 +127,7 @@ The ContentEditable attribute allows you to make any element of HTML content to
127
127
128
128
{% endhighlight %}
129
129
130
-
N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#).
130
+
N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp).
131
131
132
132
## Submit Content
133
133
@@ -199,7 +199,7 @@ When you move the editor’s wrapper element into another DOM element, the edito
199
199
200
200
The editor is capable to persist its content with HTML format. By default, the persistence support is disabled in the editor. When you set the EnablePersistence property to true, the persistence will be enabled in the editor.
201
201
202
-
N> [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below ie9 version, therefore persistence support is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
202
+
N> [local storage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below ie9 version, therefore persistence support is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
Copy file name to clipboardExpand all lines: aspnet-core/RichTextEditor/Working-with-Lists.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
@@ -13,7 +13,7 @@ The editor provides tools to makes your content as list such as an ordered and u
13
13
14
14
## Create a Lists
15
15
16
-
By default, [Insert Lists](http://help.syncfusion.com/js/api/ejrte#members:tools-lists) tool is enabled in the editor’s toolbar.The editor’s have ordered and unordered list types.
16
+
By default, [Insert Lists](https://help.syncfusion.com/js/api/ejrte#members:tools-lists) tool is enabled in the editor’s toolbar.The editor’s have ordered and unordered list types.
17
17
18
18
{% highlight CSHTML %}
19
19
@@ -37,15 +37,15 @@ By default, [Insert Lists](http://help.syncfusion.com/js/api/ejrte#members:tools
37
37
38
38
## Custom Lists
39
39
40
-
You can use [custom lists](http://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tools to insert lists with custom behaviors.You can create a list with related attributes (such as listImage, listStyle, title, name, and text) using the custom list tool.Ordered and Unordered list having own customize ways to insert a list into the editor’s content.
40
+
You can use [custom lists](https://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tools to insert lists with custom behaviors.You can create a list with related attributes (such as listImage, listStyle, title, name, and text) using the custom list tool.Ordered and Unordered list having own customize ways to insert a list into the editor’s content.
41
41
42
42
*[Insert a customOrderedList](#insert-a-customOrderedList)
43
43
*[Insert a customUnorderedList](#insert-a-customUnorderedList)
44
44
45
45
46
46
### Insert a customOrderedList
47
47
48
-
you need to enable [customOrderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
48
+
you need to enable [customOrderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
49
49
50
50
The customOrderedList having below options for an ordered list customization.
51
51
@@ -91,7 +91,7 @@ Summary<br/><br/></th></tr>
91
91
92
92
### Insert a customUnorderedList
93
93
94
-
you need to enable [customUnorderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
94
+
you need to enable [customUnorderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
95
95
96
96
The customUnorderedList having below options for an unordered list customization.
Copy file name to clipboardExpand all lines: aspnet-core/RichTextEditor/Working-with-Selection.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
@@ -12,7 +12,7 @@ The editor control provides option to select the all content and in addition to
12
12
13
13
## Select All
14
14
15
-
The [selectAll](http://help.syncfusion.com/js/api/ejrte#methods:selectall) method enables you to select the entire content including images in the editor by programmatically.
15
+
The [selectAll](https://help.syncfusion.com/js/api/ejrte#methods:selectall) method enables you to select the entire content including images in the editor by programmatically.
16
16
17
17
N> the selection highlight is invisible if the editor does not have focus. So, if you want to call the selectAll method, focus the editor before.
18
18
@@ -39,7 +39,7 @@ N> the selection highlight is invisible if the editor does not have focus. So, i
39
39
40
40
## Select a Range
41
41
42
-
You can programmatically select a range of content in the editor using the [selectRange](http://help.syncfusion.com/js/api/ejrte#methods:selectrange) method. To select a range, create a range object with desired offset position and pass it as arguments to selectRange method. The range object is created from [createRange](http://help.syncfusion.com/js/api/ejrte#methods:createrange) method.
42
+
You can programmatically select a range of content in the editor using the [selectRange](https://help.syncfusion.com/js/api/ejrte#methods:selectrange) method. To select a range, create a range object with desired offset position and pass it as arguments to selectRange method. The range object is created from [createRange](http://help.syncfusion.com/js/api/ejrte#methods:createrange) method.
43
43
44
44
{% highlight CSHTML %}
45
45
@@ -79,8 +79,8 @@ You can programmatically select a range of content in the editor using the [sele
79
79
80
80
The following public methods helps you to retrieve the selected content from the editor:
81
81
82
-
*[getText](http://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
83
-
*[getSelectedHtml](http://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
82
+
*[getText](https://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
83
+
*[getSelectedHtml](https://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
0 commit comments