Skip to content

Commit 474a447

Browse files
Merge pull request #564 from Syncfusion-Content/hotfix/hotfix-v27.1.48
DOCINFRA-2341_merged_using_automation
2 parents 16f0762 + 37c7a9b commit 474a447

File tree

9 files changed

+43
-43
lines changed

9 files changed

+43
-43
lines changed

aspnet/DateRangePicker/display-format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: display format
4-
description: display format
3+
title: Display format in ASP.NET Web Forms DateRangePicker | Syncfusion
4+
description: Learn here all about display format in Syncfusion ASP.NET Web Forms DateRangePicker control, its elements, and more.
55
platform: aspnet
66
control: DateRangePicker
77
documentation: ug
88
keywords: format
99
---
1010

11-
## Display Format
11+
# Display format in ASP.NET Web Forms DateRangePicker control
1212

1313
Text representation of date and time in their corresponding text box in a control, can be changed using the available API called **DateFormat**, **TimeFormat**. By default those values will be set based on culture.
1414

aspnet/Diagram/Port.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Ports in ASP.NET Webforms Diagram Control | Syncfusion
4-
description: Learn here all about ports support in Syncfusion Essential ASP.NET Webforms Diagram Control, its elements, and more.
3+
title: Ports in ASP.NET Web Forms Diagram Control | Syncfusion
4+
description: Learn here all about ports support in Syncfusion Essential ASP.NET Web Forms Diagram Control, its elements, and more.
55
platform: aspnet
66
control: Diagram
77
documentation: ug
88
---
99

10-
# Ports in ASP.NET Webforms Diagram
10+
# Ports in ASP.NET Web Forms Diagram Control
1111

1212
Essential Diagram for ASP.NET provides support to define custom ports for making connections.
1313

@@ -77,7 +77,7 @@ You can add ports at runtime by using the client side method `addPorts`. The fol
7777

7878
![add ports to node at runtime](Port_images/Port_img1.png)
7979

80-
To explore the set of properties for defining a port, refer to [Port Properties](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Port.html "Port Properties")
80+
To explore the set of properties for defining a port, refer to [Port Properties](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Port.html "Port Properties")
8181

8282
### Update Port at runtime
8383

aspnet/DropDownList/DataBinding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: post
3-
title: Data binding in DropDownList | Syncfusion | ASP.NET WebForms
4-
description: Describes about the data binding in DropDownList control for Syncfusion ASP.NET WebForm
3+
title: Data binding in ASP.NET Web Forms Dropdown List | Syncfusion
4+
description: Learn here about data binding in Syncfusion Essential ASP.NET Web Forms Dropdown List control, its elements, and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
88
keywords: DropDownList, dropdown, data binding, Local data, Remote data
99
---
1010

11-
# Data Binding
11+
# Data binding in ASP.NET Web Forms Dropdown List
1212

13-
To populate data in the DropDownList widget, define [dataSource](http://help.syncfusion.com/js/api/ejdropdownlist#members:datasource) property with associated fields. In DropDownList, can bind either local array or OData, WebApi and other [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer) services.
13+
To populate data in the DropDownList widget, define [dataSource](https://help.syncfusion.com/api/js/ejdropdownlist#members:datasource) property with associated fields. In DropDownList, can bind either local array or OData, WebApi and other [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer) services.
1414

1515
## Fields
1616

aspnet/DropDownList/Functionalities.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Functionalities in DropDownList | Syncfusion | ASP.NET WebForms
4-
description: Functionalities in the DropDownList control for Syncfusion ASP.NET WebForm
3+
title: Functionalities in ASP.NET Web Forms Dropdown List | Syncfusion
4+
description: Learn here all about functionalities in Syncfusion ASP.NET Web Forms Dropdown List control, it's elements, and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
88
keywords: DropDownList, dropdown, Selection, Grouping, Sorting
99
---
10-
# Functionalities
10+
# Functionalities in ASP.NET Web Forms Dropdown List Control
1111

1212
## Selection
1313

@@ -28,7 +28,7 @@ The following API’s, select the items in the DropDownList via text or value or
2828
</tr>
2929
<tr>
3030
<td>
31-
{{'[value](http://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }}
31+
{{'[value](https://help.syncfusion.com/api/js/ejdropdownlist#members:value)'| markdownify }}
3232
<br/>
3333
</td>
3434
<td>
@@ -39,7 +39,7 @@ The following API’s, select the items in the DropDownList via text or value or
3939
</tr>
4040
<tr>
4141
<td>
42-
{{'[text](http://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }}
42+
{{'[text](https://help.syncfusion.com/api/js/ejdropdownlist#members:text)'| markdownify }}
4343
<br/>
4444
</td>
4545
<td>
@@ -50,7 +50,7 @@ The following API’s, select the items in the DropDownList via text or value or
5050
</tr>
5151
<tr>
5252
<td>
53-
{{'[selectedIndex](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }}
53+
{{'[selectedIndex](https://help.syncfusion.com/api/js/ejdropdownlist#members:selectedindex)'| markdownify }}
5454
<br/>
5555
</td>
5656
<td>
@@ -60,7 +60,7 @@ The following API’s, select the items in the DropDownList via text or value or
6060
</tr>
6161
<tr>
6262
<td>
63-
{{'[selectedIndices](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }}
63+
{{'[selectedIndices](https://help.syncfusion.com/api/js/ejdropdownlist#members:selectedindices)'| markdownify }}
6464
<br/>
6565
</td>
6666
<td>
@@ -88,7 +88,7 @@ The following methods, select the items in the DropDownList.
8888
</tr>
8989
<tr>
9090
<td>
91-
{{'[selectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
91+
{{'[selectItemByIndices](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
9292
<br/>
9393
</td>
9494
<td>
@@ -97,7 +97,7 @@ The following methods, select the items in the DropDownList.
9797
</tr>
9898
<tr>
9999
<td>
100-
{{'[selectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }}
100+
{{'[selectItemByText](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectItemByText)'| markdownify }}
101101
<br/>
102102
</td>
103103
<td>
@@ -106,7 +106,7 @@ The following methods, select the items in the DropDownList.
106106
</tr>
107107
<tr>
108108
<td>
109-
{{'[selectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
109+
{{'[selectItemByValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
110110
<br/>
111111
</td>
112112
<td>
@@ -131,7 +131,7 @@ The following methods, used to retrieve the items from the DropDownList.
131131
</tr>
132132
<tr>
133133
<td>
134-
{{'[getListData](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }}
134+
{{'[getListData](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getlistdat)'| markdownify }}
135135
<br/>
136136
</td>
137137
<td>
@@ -140,7 +140,7 @@ The following methods, used to retrieve the items from the DropDownList.
140140
</tr>
141141
<tr>
142142
<td>
143-
{{'[getSelectedItem](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }}
143+
{{'[getSelectedItem](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getselecteditem)'| markdownify }}
144144
<br/>
145145
</td>
146146
<td>
@@ -149,7 +149,7 @@ The following methods, used to retrieve the items from the DropDownList.
149149
</tr>
150150
<tr>
151151
<td>
152-
{{'[getSelectedValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
152+
{{'[getSelectedValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
153153
<br/>
154154
</td>
155155
<td>
@@ -305,7 +305,7 @@ I> To use "SelectedIndices" property, you should enable either ShowCheckbox or M
305305

306306
### Unselect items
307307

308-
Similarly, you can unselect a single or multiple items by using [unselectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
308+
Similarly, you can unselect a single or multiple items by using [unselectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
309309

310310
{% tabs %}
311311

aspnet/DropDownList/Validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Validation in DropDownList control for Syncfusion ASP.NET WebForm
4-
description: Describes about the Validation in DropDownList control for Syncfusion ASP.NET WebForm
3+
title: Validation in ASP.NET Web Forms Dropdown List Control | Syncfusion
4+
description: Learn here all about ports support in Syncfusion Essential ASP.NET Web Forms Dropdown List Control, its elements, and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
88
keywords: Validation, DropDownList, dropdown, jQuery Validator, ASP Validator
99

1010
---
1111

12-
# Validation
12+
# Validation in ASP.NET Web Forms Dropdown List Control
1313

1414
DropDownList value can be validated in two ways,
1515
1. Using jQuery Validator

aspnet/PdfViewer/GettingStarted.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting Started | PDF viewer | ASP.NET Webforms | Syncfusion
4-
description: Learn here about getting started with Syncfusion ASP.NET Webforms PDF viewer control and more details.
3+
title: Getting Started with ASP.NET Web Forms PDF Viewer | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential ASP.NET Web Forms PDF Viewer control, it's elements, and more details.
55
platform: aspnet
66
control: PDF viewer
77
documentation: ug
88
---
99

1010

11-
# Getting Started
11+
# Getting Started with ASP.NET Web Forms PDF Viewer
1212

1313
This section explains how to add and use a PDF viewer control in your web application with ASP.NET Web Forms.
1414

@@ -45,14 +45,14 @@ Add below references, which are necessary for the PDF viewer control, to the pro
4545
* Syncfusion.EJ.PdfViewer
4646
* Syncfusion.EJ.Web
4747

48-
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key "Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET application to use our components.
48+
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview "Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET application to use our components.
4949

5050
**Add Scripts and Styles**
5151

5252
You can find the scripts for PDF viewer control and style sheets in any of the following locations:
53-
Local Disk: [Click here](https://help.syncfusion.com/js/installation-and-deployment# "Installation and deployment") to know more about script and style sheets installed in local machine.
54-
CDN Link: [Click here](https://help.syncfusion.com/js/cdn# "CDN scripts and styles links") to know more about script and style sheets available online.
55-
NuGet Package: [Click here](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package.
53+
Local Disk: [Installation and deployment](https://help.syncfusion.com/js/configuration-and-deployment) to know more about script and style sheets installed in local machine.
54+
CDN Link: [CDN scripts and styles links](https://help.syncfusion.com/js/cdn#) to know more about script and style sheets available online.
55+
NuGet Package: [Configuring Syncfusion.NuGet Packages](https://help.syncfusion.com/js/nuget-packages) to know more about script and style sheets available in NuGet package.
5656

5757
Add the script files and CSS files in the &#60;title&#62; tag of Default.aspx.
5858

@@ -62,7 +62,7 @@ Add the script files and CSS files in the &#60;title&#62; tag of Default.aspx.
6262
<script src="https://cdn.syncfusion.com/16.1.0.24/js/web/ej.web.all.min.js"></script>
6363
{% endhighlight %}
6464

65-
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/include-only-the-needed-widgets# "custom script generator") to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
65+
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
6666

6767
### Add PDF viewer Control in View page
6868

-88.6 KB
Loading

aspnet/RichTextEditor/Validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Validation in RichTextEditor | Syncfusion | ASP.NET Webform
4-
description: Validation to format the RichTextEditor control's content
3+
title: Validation in ASP.NET Web Forms RichTextEditor | Syncfusion
4+
description: Learn here all about working with validation in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
55
platform: aspnet
66
control: RTE
77
documentation: ug
88
keywords: RichTextEditor, Validation, JQuery Validation, ASP Validation
99

1010
---
1111

12-
# Validation
12+
# Validation in ASP.NET Web Forms RichTextEditor control
1313

1414
Validate the RichTextEditor’s value on form submission by applying ValidationRules and ValidationMessage to the RichTextEditor.
1515

aspnet/RichTextEditor/Working-with-Tables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
layout: post
3-
title: Working with Tables opreation | RTE | Syncfusion | ASP.NET
4-
description: Working with Tables customization for RichTextEditor control
3+
title: Working with tables in ASP.NET Web Forms RichTextEditor | Syncfusion
4+
description: Learn here all about working with tables in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
55
platform: aspnet
66
control: RTE
77
documentation: ug
88
keywords: RichTextEditor, Tables, Insert Row, Remove Row, Remove Columns, Insert Columns
99

1010
---
11-
# Working with Tables
11+
# Working with tables in ASP.NET Web Forms RichTextEditor control
1212

1313
The editor provides tools to add tables in your content. Can add, edit, and remove the table as well as perform other table related tasks.
1414

1515
## Create a Table
1616

17-
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.
17+
By default, [Insert Table](https://help.syncfusion.com/api/js/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.
1818

1919
* [Insert a table](#insert-a-table)
2020
* [Insert a custom table](#custom-table)

0 commit comments

Comments
 (0)