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 aspnetmvc/Diagram/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation: ug
* Diagram can be populated with the nodes and connectors based on the information provided from an external data source.
* Diagram exposes its specific data-related properties allowing you to specify the data source fields from where the node information has to be retrieved from.

To explore those properties, see [Data source settings](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")
To explore those properties, see [Data source settings](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")

* Diagram supports three different kinds of Data binding.
* Local Data
Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/Ribbon/Appearance-and-Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ Execute the above code example to render the following output.

## 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 modify Ribbon appearance, you need to override default CSS of Ribbon. Please find the list of CSS classes and its corresponding section in Ribbon. Also you have an option to create your own custom theme for all ASP.NET MVC controls using our [Theme Studio](http://js.syncfusion.com/themestudio/# "Theme Studio").
To modify Ribbon appearance, you need to override default CSS of Ribbon. Please find the list of CSS classes and its corresponding section in Ribbon. Also you have an option to create your own custom theme for all ASP.NET MVC controls using our [Theme Studio](https://js.syncfusion.com/themestudio/ "Theme Studio").

To apply styles refer to two files namely

Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/UploadBox/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In the above screenshot, you can upload a resume. It allows .png and .docx file

ASP.NET MVC UploadBox basically renders built-in features like upload multiple files, and deletes the files from Uploadbox. You can know the status of the file whether it is complete or fail and also can retry the upload if it failed. You can easily create the UploadBox widget by using the following steps.

You can create an MVC project and add necessary assemblies, styles, and scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/uploadbox/getting-started) Documentation.
You can create an MVC project and add necessary assemblies, styles, and scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/uploadbox/getting-started) Documentation.

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

Expand Down Expand Up @@ -293,7 +293,7 @@ The following screenshot displays an UploadBox control with file details of the

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

[Sample link](http://www.syncfusion.com/downloads/support/directtrac/general/7z/UploadboxWithUploadDetails-502932105)
[Sample link](https://www.syncfusion.com/downloads/support/directtrac/general/7z/UploadboxWithUploadDetails-502932105)



2 changes: 1 addition & 1 deletion aspnetmvc/WaitingPopup/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In the above screenshot, you can give the Username and Password. When you click

ASP.NET MVC Waiting Popup widget has a built-in feature to block all other actions until the page is loaded. You can easily create the Waiting Popup control by using simple HTML Helper element as follows

1. You can create an MVC Project and add necessary assemblies, styles, and scripts with the help of [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/waitingpopup/overview) Documentation.
1. You can create an MVC Project and add necessary assemblies, styles, and scripts with the help of [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/waitingpopup/overview) Documentation.

### Create Login Page

Expand Down