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
2 changes: 1 addition & 1 deletion aspnet-core/ReportViewer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The report viewer is a visualization control to view the Microsoft RDL/RDLC form
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.

## Environment setup
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.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/ReportWriter/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The report writer is a class library that is used to export the RDL/RDLC report


## Environment setup
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.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Ribbon/Appearance-and-Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: appearance and styling,ribbon appearance and styling

## Themes

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

To apply styles refer to two files namely

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Ribbon/Application-Tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Set the UL element `Id` to `MenuItemID` property to create Application Menu and

### _Binding Data Source_

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

{% highlight html %}

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Ribbon/Globalizationandlocalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ More Commands...</td></tr>

N> By default, the Ribbon control is localized in `en-US` culture.

For further information on – how to refer the required culture scripts into your application, refer [`here`](http://help.syncfusion.com/js/localization).
For further information on – how to refer the required culture scripts into your application, refer [`here`](https://help.syncfusion.com/js/localization).

{% highlight CSHTML %}

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/RichTextEditor/Image-and-File-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You can also define the ajax action in controller page and map the corresponding

{% endhighlight %}

Refer [here](http://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
Refer [here](https://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.

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.

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/RichTextEditor/User-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ However, in most integrations, it's desirable to change the toolbar configuratio
<th> Description <br/><br/></th>
</tr>
<tr>
<td> {{'[toolsList](http://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
<td> {{'[toolsList](https://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
<td> The toolsList option allows you to choose which tools appear on the toolbar, as well as the order and grouping of those items <br/><br/></td>
</tr>
<tr>
<td> {{'[tools](http://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }} <br/><br/></td>
<td> {{'[tools](https://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }} <br/><br/></td>
<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>
</tr>
</table>

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

## Toolbar Items

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/RichTextEditor/Working-with-Content.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ attrib.Add("style", "background-color:#e0ffff;color:#6495ed;");

{% endhighlight %}

N> Background image for the RTE control : {{'[Link](http://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }} <BR>
N> Background image for the RTE control : {{'[Link](https://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }} <BR>

## Adding CSS File

Expand Down Expand Up @@ -127,7 +127,7 @@ The ContentEditable attribute allows you to make any element of HTML content to

{% endhighlight %}

N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#).
N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp).

## Submit Content

Expand Down Expand Up @@ -199,7 +199,7 @@ When you move the editor’s wrapper element into another DOM element, the edito

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.

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

{% highlight CSHTML %}

Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/RichTextEditor/Working-with-Lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The editor provides tools to makes your content as list such as an ordered and u

## Create a Lists

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

{% highlight CSHTML %}

Expand All @@ -37,15 +37,15 @@ By default, [Insert Lists](http://help.syncfusion.com/js/api/ejrte#members:tools

## Custom Lists

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

* [Insert a customOrderedList](#insert-a-customOrderedList)
* [Insert a customUnorderedList](#insert-a-customUnorderedList)


### Insert a customOrderedList

you need to enable [customOrderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
you need to enable [customOrderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.

The customOrderedList having below options for an ordered list customization.

Expand Down Expand Up @@ -91,7 +91,7 @@ Summary<br/><br/></th></tr>

### Insert a customUnorderedList

you need to enable [customUnorderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
you need to enable [customUnorderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.

The customUnorderedList having below options for an unordered list customization.

Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/RichTextEditor/Working-with-Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The editor control provides option to select the all content and in addition to

## Select All

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

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.

Expand All @@ -39,7 +39,7 @@ N> the selection highlight is invisible if the editor does not have focus. So, i

## Select a Range

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

{% highlight CSHTML %}

Expand Down Expand Up @@ -79,8 +79,8 @@ You can programmatically select a range of content in the editor using the [sele

The following public methods helps you to retrieve the selected content from the editor:

* [getText](http://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
* [getSelectedHtml](http://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
* [getText](https://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
* [getSelectedHtml](https://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.

{% highlight CSHTML %}

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/RichTextEditor/Working-with-Tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The editor provides tools to add tables in your content. You can add, edit, and

## Create a Table

By default, [Insert Table](http://help.syncfusion.com/js/api/ejrte#members:tools-tables) tool is enabled in the editor’s toolbar. There are two ways to insert a table into the editor’s content.
By default, [Insert Table](https://help.syncfusion.com/js/api/ejrte#members:tools-tables) tool is enabled in the editor’s toolbar. There are two ways to insert a table into the editor’s content.

* [Insert a table](#insert-a-table)
* [Insert a custom table](#custom-table)
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/RichTextEditor/Zoom-and-Print.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

The editor provides zoom tools which enlarges the view of an editor's object enabling you to see more detail. You can continuous zoomIn and zoomOut either using zoom tools or keyboard.

You can assign Increases and decreases of zooming range using [zoomStep](http://help.syncfusion.com/js/api/ejrte#members:zoomStep) property
You can assign Increases and decreases of zooming range using [zoomStep](https://help.syncfusion.com/js/api/ejrte#members:zoomStep) property

{% highlight CSHTML %}

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/RichTextEditor/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ However we can disable the context menu by using ShowContextMenu API and it need

## Adding an item with the context menu

To add a new item to the editor ContextMenu, you need to use the ‘[insertMenuOption’](http://help.syncfusion.com/js/api/ejrte#methods:insertMenuOption "") method and in order to handle the ContextMenu item click using the ‘[contextMenuClick](http://help.syncfusion.com/js/api/ejrte#events:contextMenuClick "")’ client side-event.
To add a new item to the editor ContextMenu, you need to use the ‘[insertMenuOption’](https://help.syncfusion.com/js/api/ejrte#methods:insertMenuOption "") method and in order to handle the ContextMenu item click using the ‘[contextMenuClick](http://help.syncfusion.com/js/api/ejrte#events:contextMenuClick "")’ client side-event.

{% highlight CSHTML %}

Expand Down Expand Up @@ -100,7 +100,7 @@ To add a new item to the editor ContextMenu, you need to use the ‘[insertMenuO

## Removing an item from the context menu

To remove a menu-item from the editor ContextMenu, you have to use the ‘removeMenuOption’ method from the ejRTE object and find the method and parameter details with the [API-document](http://help.syncfusion.com/js/api/ejrte#methods:removeMenuOption "").
To remove a menu-item from the editor ContextMenu, you have to use the ‘removeMenuOption’ method from the ejRTE object and find the method and parameter details with the [API-document](https://help.syncfusion.com/js/api/ejrte#methods:removeMenuOption "").

{% highlight CSHTML %}

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/Schedule/Data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Scheduler supports binding the appointment data to it through the list of appoin

## Binding Remote Data Service

The appointment data can be bound to the Scheduler through [Odata](http://www.odata.org) remote services, by configuring the service URL to the Schedule dataSource API.
The appointment data can be bound to the Scheduler through [Odata](https://www.odata.org/) remote services, by configuring the service URL to the Schedule dataSource API.

{% highlight razor %}

Expand All @@ -289,7 +289,7 @@ The appointment data can be bound to the Scheduler through [Odata](http://www.od

## OData V4

The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](http://www.odata.org/documentation) services, just similar to the other remote services.
The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](https://www.odata.org/documentation) services, just similar to the other remote services.

{% highlight razor %}

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Schedule/recurrence-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Recurrence Editor includes the entire recurrence related information in a se

## Getting Started

Follow the steps as mentioned in the [Getting Started](http://help.syncfusion.com/aspnet-core/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets to render the Recurrence Editor.
Follow the steps as mentioned in the [Getting Started](https://help.syncfusion.com/aspnet-core/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets to render the Recurrence Editor.

Add the basic Recurrence Editor code in the View page as shown below,

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/Schedule/working-with-appointments.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ EXDATE is used to hold the modified appointment date details (date value) in the
RECUREDITID<br/><br/></td><td>
This property contains the Parent Id value of the edited appointment. It is used to track the edited appointment occurrence with its parent recurrence appointment series.<br/><br/><b>For example</b>, when you edit the particular occurrence of the recurrence appointment series, the “RECUREDITID” is added to that edited appointment depicting its parent Id.<br/><br/>Example:<br/><br/>FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;COUNT=10;EXDATE=6/18/2015,6/20/2015;<b>RECUREDITID=1651</b><br/><br/></td></tr>
</table>
To know more about other possible combinations of above specified recurrence rule properties, refer [here](http://www.syncfusion.com/kb/3719/what-is-recurrencerule-in-the-schedule-control).
To know more about other possible combinations of above specified recurrence rule properties, refer [here](https://support.syncfusion.com/kb/article/3918/what-is-recurrencerule-in-the-schedule-control).

{% highlight razor %}

Expand Down Expand Up @@ -1149,7 +1149,7 @@ The default recurrence validation has been included for recurrence appointments

{% endhighlight %}

N> You can parse the **RecurrenceRule** of an appointment from the server-side by making use of a new generic utility class **RecurrenceHelper**. Refer this [KB document](https://www.syncfusion.com/kb/5390/how-to-parse-the-recurrencerule-in-server-side).
N> You can parse the **RecurrenceRule** of an appointment from the server-side by making use of a new generic utility class **RecurrenceHelper**. Refer this [KB document](https://support.syncfusion.com/kb/article/5128/how-to-parse-the-recurrencerule-in-server-side).

### Recurrence Edit and Delete options

Expand Down
Loading