Skip to content

Commit 0566e5f

Browse files
Merge pull request #546 from Syncfusion-Content/hotfix/hotfix-v26.2.4
DOCINFRA-2341_merged_using_automation
2 parents 17303df + ef20afc commit 0566e5f

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

aspnet/Kanban/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Kanban
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET Web Forms Kanban
1111

1212
This section explains briefly about how to create a Kanban in your application with ASP.NET.
1313

@@ -121,7 +121,7 @@ You can bind data to the Kanban control by either locally or remotely. Assign th
121121

122122
![ASPNET Kanban Getting-Started image2](Getting-Started_images/Getting_Started_img2.png)
123123

124-
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](http://help.syncfusion.com/aspnet/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
124+
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](https://help.syncfusion.com/aspnet/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
125125

126126
## Mapping Values
127127

@@ -289,7 +289,7 @@ N> `PrimaryKey` field is mandatory for “Drag and Drop”, ”Selection” and
289289

290290
## Adding Filters
291291

292-
Filters allows to filter the collection of cards from `DataSource` which meets the predefined `Query` in the filters collection. To enable filtering, define `FilterSettings` collection with display `Text` and [ej.Query](http://help.syncfusion.com/aspnet/datamanager/query).
292+
Filters allows to filter the collection of cards from `DataSource` which meets the predefined `Query` in the filters collection. To enable filtering, define `FilterSettings` collection with display `Text` and [ej.Query](https://help.syncfusion.com/aspnet/datamanager/query).
293293

294294
{% tabs %}
295295

aspnet/RichTextEditor/Image-and-File-browser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Image and File browser in RichTextEditor | Syncfusion | ASP.NET
4-
description: Configuring and working with Image and File browser in RichTextEditor
4+
description: Learn here about configuring and working with image and file browser in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
55
platform: aspnet
66
control: RTE
77
documentation: ug
@@ -91,7 +91,7 @@ public static object FileActionDefault(string ActionType, string Path, string Ex
9191
![Image from Your Computer](ImageandFilebrowser_images/ImageandFilebrowser_img2.png)
9292

9393

94-
N> FileExplorer component has been implemented and integrated with the editor in Volume 1, 2015 release. For more information about FileExplorer component, see [here](http://helpjs.syncfusion.com/js/fileexplorer/overview#).
94+
N> FileExplorer component has been implemented and integrated with the editor in Volume 1, 2015 release. For more information about FileExplorer component, see [here](https://help.syncfusion.com/js/fileexplorer/overview).
9595

9696
## Image Properties
9797

Loading

aspnet/RichTextEditor/User-Interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: User Interface for the RichTextEditor | Syncfusion | ASP.NET
4-
description: User Interface for RichTextEditor control (toolbar, content area, and footer)
4+
description: Learn here about user interface support in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
55
platform: aspnet
66
control: RTE
77
documentation: ug
@@ -21,11 +21,11 @@ However, in most integrations, it's desirable to change the toolbar configuratio
2121
<th> Description <br/><br/></th>
2222
</tr>
2323
<tr>
24-
<td> {{'[toolsList](http://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
24+
<td> {{'[toolsList](https://help.syncfusion.com/api/js/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
2525
<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>
2626
</tr>
2727
<tr>
28-
<td> {{'[tools](http://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }} <br/><br/></td>
28+
<td> {{'[tools](https://help.syncfusion.com/api/js/ejrte#members:tools)'| markdownify }} <br/><br/></td>
2929
<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>
3030
</tr>
3131
</table>

aspnet/RichTextEditor/Working-with-Content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Working with content related operation|RTE|Syncfusion|ASP.NET
4-
description: Working with Content related changes in RichTextEditor control
4+
description: Learn here about working with content related changes in ASP.NET Web Forms RichTextEditor control, its elements, and more.
55
platform: aspnet
66
control: RTE
77
documentation: ug
@@ -138,7 +138,7 @@ The ContentEditable attribute allows you to make any element of HTML content to
138138

139139
{% endhighlight %}
140140

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

143143
## Submit Content
144144

@@ -161,7 +161,7 @@ The editor allows you to process its content before it is being submitted to the
161161

162162
## Refresh
163163

164-
When you move the editor’s wrapper element into another DOM element, the editor needs to be reinitialized by the [refresh](http://help.syncfusion.com/js/api/ejrte#methods:refresh) method to retain its content. The method reload the content area and rebind the events of the editor.
164+
When you move the editor’s wrapper element into another DOM element, the editor needs to be reinitialized by the [refresh](https://help.syncfusion.com/api/js/ejrte#methods:refresh) method to retain its content. The method reload the content area and rebind the events of the editor.
165165

166166
{% highlight html %}
167167

@@ -198,7 +198,7 @@ When you move the editor’s wrapper element into another DOM element, the edito
198198

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

201-
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#).
201+
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).
202202

203203
{% highlight html %}
204204

aspnet/Sparkline/Range-Band.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: RangeBand
4-
description: Learn how to add Rangeband to Sparkline .
3+
title: Range band in ASP.NET Web Forms Sparkline Control | Syncfusion
4+
description: Learn how to add range band in Syncfusion Essential ASP.NET Web Forms Sparkline control, its elements, and more.
55
platform: aspnet
66
control: Sparkline
77
documentation: ug
88
---
99

10-
## Range Band
10+
# Range band in ASP.NET Web Forms Sparkline Control
1111

1212
The range band feature is used to highlight a particular range along the y-axis using `StartRange` and `EndRange` property. You can also customize the `Color` and `Opacity` of the `RangeBandSettings`.
1313

aspnet/SpreadSheet/Editing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Editing with Spreadsheet widget for Syncfusion Essential JS
4-
description: Learn about editing support in Syncfusion ASP.NET Webforms Spreadsheet control and more details.
4+
description: Learn about editing support in Syncfusion ASP.NET Web Forms Spreadsheet control, its elements, and more details.
55
platform: aspnet
66
control: Spreadsheet
77
documentation: ug
88
---
99

10-
# Editing
10+
# Editing in ASP.NET Web Forms Spreadsheet Control
1111

1212
You can edit the contents of a cell directly in the cell. You can also do this by typing in the formula bar. When you edit the cell, Spreadsheet is operating in edit mode. In editing mode formatting options are not available. You can use `AllowEditing` property to enable/disable editing feature.
1313

@@ -214,6 +214,6 @@ public static object GetAllItemDetails()
214214

215215
{% endtabs %}
216216

217-
To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://www.syncfusion.com/kb/7567/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
217+
To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://support.syncfusion.com/kb/article/6923/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
218218

219219
You can update data dynamically in the Spreadsheet by using [`updateRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:updaterange "updateRange") method.

aspnet/SpreadSheet/Open-and-Save.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ control: Spreadsheet
66
documentation: ug
77
---
88

9-
# Open and Save
9+
# Open and save in ASP.NET Web Forms Spreadsheet Control
1010

11-
The native data format for Spreadsheet is JSON. You can load and store JSON data with Spreadsheet. In Spreadsheet we have [`saveAsJSON`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:saveasjson "saveAsJSON") and [`loadFromJSON`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:loadfromjson "loadFromJSON") method which is used to save Spreadsheet as JSON and same JSON used to render Spreadsheet.
11+
The native data format for Spreadsheet is JSON. You can load and store JSON data with Spreadsheet. In Spreadsheet we have [`saveAsJSON`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:saveasjson "saveAsJSON") and [`loadFromJSON`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:loadfromjson "loadFromJSON") method which is used to save Spreadsheet as JSON and same JSON used to render Spreadsheet.
1212

1313
{% highlight javascript %}
1414

@@ -131,7 +131,7 @@ To load excel documents initially from server side, set `ImportOnLoad` as `true`
131131

132132
### Methods
133133

134-
To open an excel document, [`import`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:import "import") method should be called with import options as a parameter. The Spreadsheet can open excel document as a stream or file URL.
134+
To open an excel document, [`import`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:import "import") method should be called with import options as a parameter. The Spreadsheet can open excel document as a stream or file URL.
135135

136136
#### Stream
137137
Spreadsheet can open excel document as a stream and the document stream was either from the client side or it can be specified in server side. The code snippets to open excel document as a stream from client side are as follows,
@@ -228,7 +228,7 @@ You can save excel documents in following ways
228228

229229
### Methods
230230

231-
To save Spreadsheet document as excel file, [`export`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlexport-export "export") method should be called with file type as parameter. The code snippets to save Spreadsheet document are as follows,
231+
To save Spreadsheet document as excel file, [`export`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlexport-export "export") method should be called with file type as parameter. The code snippets to save Spreadsheet document are as follows,
232232

233233
{% highlight javascript %}
234234

aspnet/SunburstChart/Levels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Levels | SunburstChart | ASP.NET Webforms | Syncfusion
4-
description: Learn about levels support in Syncfusion ASP.NET Webforms SunburstChart control and more details.
3+
title: Levels in ASP.NET Web Forms Sunburst Chart | Syncfusion
4+
description: Learn about levels support in Syncfusion ASP.NET Web Forms Sunburst Chart control, its elements, and more details.
55
platform: aspnet
66
control: SunburstChart
77
documentation: ug
88
---
99

10-
## Levels
10+
# Levels in ASP.NET Web Forms Sunburst Chart Control
1111

1212
Sunburst chart is used to display hierarchical data. You can add more than one hierarchical data by using the **Levels** property of Sunburst chart. Each level of the hierarchy is represented by circle.
1313
The following code snippet illustrates

aspnet/Tab/Integration-with-other-controls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
33
title: Integration with other controls | Tab | ASP.NET | Syncfusion
4-
description: integration with other controls
4+
description: Learn here about integration with other controls in Syncfusion ASP.NET Web Forms Tab control, its elements, and more.
55
platform: aspnet
66
control: Tab
77
documentation: ug
88
---
99

10-
# Integration with other controls
10+
# Integration with other controls in ASP.NET Web Forms Tab
1111

1212
You can provide more customization to the Tab with rating control as content for describing the item rating value.
1313

1414
The Essential ASP Rating control provides an intuitive rating experience that allows you to select the number of stars that represent the rating. For more information about the rating, you can refer to the following link:
1515

16-
<http://help.syncfusion.com/js>
16+
<https://help.syncfusion.com/js/overview>
1717

1818
The following code example explains the rating control creation
1919

aspnet/Tooltip/Customization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Customization | Tooltip | ASP.NET | Syncfusion
4-
description: Customization in Tooltip widget for Syncfusion Essential ASP
4+
description: Learn here about customization support in Syncfusion Essential ASP.NET Web Forms Tooltip, its elements, and more.
55
platform: aspnet
66
control: Tooltip
77
documentation: ug
88
keywords : Tooltip, ASP Tooltip, ASP Tooltip,ASP Tooltip widget, ASP Tooltip template,ASP Tooltip title, ASP Tooltip Animation, ASP Tooltip Content, ASP Tooltip Close mode
99
---
1010

11-
# Customization
11+
# Customization in ASP.NET Web Forms Tooltip
1212

1313
## Template Support
1414

@@ -133,7 +133,7 @@ None (Default)<br/></td><td>
133133
No effect takes place<br/></td></tr>
134134
</table>
135135

136-
Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
136+
Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/api/js/ejtooltip#members:animation) property:
137137

138138
{% highlight html %}
139139

@@ -149,7 +149,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://
149149

150150
### Custom Animation
151151

152-
Custom animation effect for both Tooltip show/hide can also be done by [show](http://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](http://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
152+
Custom animation effect for both Tooltip show/hide can also be done by [show](https://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](https://help.syncfusion.com/api/js/ejtooltip#methods:hide) method.
153153

154154
Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.
155155

@@ -229,7 +229,7 @@ Tooltip will be hidden when mouse leaves the target element.<br/></td></tr>
229229

230230
### Auto
231231

232-
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
232+
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/api/js/ejtooltip#members:autoclosetimeout).
233233

234234
Let see an example, this Tooltip will only hide after hovering the target for 2000ms
235235

0 commit comments

Comments
 (0)