Skip to content

Commit 6e7c3eb

Browse files
committed
883147: Redirect link was corrected.
1 parent 2c326eb commit 6e7c3eb

File tree

16 files changed

+45
-45
lines changed

16 files changed

+45
-45
lines changed

ej2-asp-core-mvc/multi-select/templates.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MultiSelect has been provided with several options to customize each list it
1515

1616
## Item template
1717

18-
The content of each list item within the MultiSelect can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ItemTemplate.html) property.
18+
The content of each list item within the MultiSelect can be customized with the help of [itemTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ItemTemplate) property.
1919

2020
In the following sample, each list item is split into two columns to display relevant data's.
2121

@@ -46,7 +46,7 @@ In the following sample, each list item is split into two columns to display rel
4646

4747
## Value template
4848

49-
The currently selected value that is displayed by default on the MultiSelect input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ValueTemplate.html) property.
49+
The currently selected value that is displayed by default on the MultiSelect input element can be customized using the [valueTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ValueTemplate) property.
5050

5151
In the following sample, the selected value is displayed as a combined text of both `FirstName` and `City` in the MultiSelect input, which is separated by a hyphen.
5252

@@ -77,7 +77,7 @@ In the following sample, the selected value is displayed as a combined text of b
7777

7878
## Group template
7979

80-
The group header title under which appropriate sub-items are categorized can also be customize with the help of [groupTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~GroupTemplate.html) property. This template is common for both inline and floating group header template.
80+
The group header title under which appropriate sub-items are categorized can also be customize with the help of [groupTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_GroupTemplate) property. This template is common for both inline and floating group header template.
8181

8282
In the following sample, employees are grouped according to their city.
8383

@@ -108,7 +108,7 @@ In the following sample, employees are grouped according to their city.
108108

109109
## Header template
110110

111-
The header element is shown statically at the top of the popup list items within the MultiSelect, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~HeaderTemplate.html) property.
111+
The header element is shown statically at the top of the popup list items within the MultiSelect, and any custom element can be placed as a header element using the [headerTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_HeaderTemplate) property.
112112

113113
In the following sample, the list items and its headers are designed and displayed as two columns similar to multiple columns of the grid.
114114

@@ -139,7 +139,7 @@ In the following sample, the list items and its headers are designed and display
139139

140140
## Footer template
141141

142-
The MultiSelect has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~FooterTemplate.html) property.
142+
The MultiSelect has options to show a footer element at the bottom of the list items in the popup list. Here, you can place any custom element as a footer element using the [footerTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_FooterTemplate) property.
143143

144144
In the following sample, footer element displays the total number of list items present in the MultiSelect.
145145

@@ -170,7 +170,7 @@ In the following sample, footer element displays the total number of list items
170170

171171
## No records template
172172

173-
The MultiSelect is provided with support to custom design the popup list content when no data is found and no matches found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~NoRecordsTemplate.html) property.
173+
The MultiSelect is provided with support to custom design the popup list content when no data is found and no matches found on search with the help of [noRecordsTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_NoRecordsTemplate) property.
174174

175175
In the following sample, popup list content displays the notification of no data available.
176176

@@ -201,7 +201,7 @@ In the following sample, popup list content displays the notification of no data
201201

202202
## Action failure template
203203

204-
There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.DropDowns.MultiSelect~ActionFailureTemplate.html) property.
204+
There is also an option to custom design the popup list content when the data fetch request fails at the remote server. This can be achieved using the [actionFailureTemplate](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.MultiSelect.html#Syncfusion_EJ2_DropDowns_MultiSelect_ActionFailureTemplate) property.
205205

206206
In the following sample, when the data fetch request fails, the MultiSelect displays the notification.
207207

@@ -232,6 +232,6 @@ In the following sample, when the data fetch request fails, the MultiSelect disp
232232

233233
## See Also
234234

235-
* [How to bind the data](./data-binding/)
236-
* [How to group the data using header](./grouping/)
237-
* [How to customize the options in MultiSelect](./chip-customization/)
235+
* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/data-binding)
236+
* [How to group the data using header](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/grouping)
237+
* [How to customize the options in MultiSelect](https://ej2.syncfusion.com/aspnetmvc/documentation/multi-select/chip-customization)

ej2-asp-core-mvc/numerictextbox/EJ2_ASP.MVC/getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The validation behavior depends on the [StrictMode](https://help.syncfusion.com/
113113

114114
## Formatting the value
115115

116-
User can set the format of the NumericTextBox control using [Format](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format, when the control is in focused out state. For more information about formatting the value, refer to this [link](./formats/).
116+
User can set the format of the NumericTextBox control using [Format](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format, when the control is in focused out state. For more information about formatting the value, refer to this [link](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/formats).
117117

118118
The below example demonstrates format the value by using currency format value `c2`.
119119

@@ -143,9 +143,9 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
143143

144144
## See also
145145

146-
* [How to perform custom validation using FormValidator](./how-to/perform-custom-validation-using-form-validator/)
147-
* [How to customize the UI appearance of the control](./how-to/customize-the-ui-appearance-of-the-control/)
148-
* [How to customize the spin button’s up and down arrow](./how-to/customize-the-spin-buttons-up-and-down-arrow/)
149-
* [How to customize the step value and hide spin buttons](./how-to/customize-the-step-value-and-hide-spin-buttons/)
150-
* [How to prevent nullable input in NumericTextBox](./how-to/prevent-nullable-input-in-numerictextbox/)
151-
* [How to maintain trailing zeros in NumericTextBox](./how-to/maintain-trailing-zeros-in-numerictextbox/)
146+
* [How to perform custom validation using FormValidator](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/perform-custom-validation-using-form-validator)
147+
* [How to customize the UI appearance of the control](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-ui-appearance-of-the-control)
148+
* [How to customize the spin button’s up and down arrow](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-spin-buttons-up-and-down-arrow)
149+
* [How to customize the step value and hide spin buttons](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/customize-the-step-value-and-hide-spin-buttons)
150+
* [How to prevent nullable input in NumericTextBox](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox)
151+
* [How to maintain trailing zeros in NumericTextBox](https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/how-to/maintain-trailing-zeros-in-numerictextbox)

ej2-asp-core-mvc/numerictextbox/formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ documentation: ug
1111

1212
# Number Formats in NumericTextBox Control
1313

14-
You can format the value of NumericTextBox using [format](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format when the control is in focused out state. The format string supports both the [standard numeric format string](../common/internationalization/#supported-format-string) and [custom numeric format string](../common/internationalization/#custom-number-formatting-and-parsing).
14+
You can format the value of NumericTextBox using [format](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Inputs.NumericTextBox.html#Syncfusion_EJ2_Inputs_NumericTextBox_Format) property. The value will be displayed in the specified format when the control is in focused out state. The format string supports both the [standard numeric format string](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#supported-format-string) and [custom numeric format string](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#custom-number-formatting-and-parsing).
1515

1616
## Standard formats
1717

18-
From the [standard numeric format](../common/internationalization/#supported-format-string), you can use the numeric related format specifiers such as `n`,`p` and `c` in the NumericTextBox control. By using these format specifiers, you can achieve the percentage and currency textbox behavior also.
18+
From the [standard numeric format](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization#supported-format-string), you can use the numeric related format specifiers such as `n`,`p` and `c` in the NumericTextBox control. By using these format specifiers, you can achieve the percentage and currency textbox behavior also.
1919

2020
The below example demonstrates percentage and currency formats.
2121

ej2-asp-core-mvc/numerictextbox/how-to/perform-custom-validation-using-form-validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ This section explains how to perform custom validation on the NumericTextBox usi
3939

4040
Output be like the below.
4141

42-
![NumericTextBox Sample](../images/customValidation.png)
42+
![NumericTextBox Sample](../images/customvalidation.png)

ej2-asp-core-mvc/numerictextbox/how-to/prevent-nullable-input-in-numerictextbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ By default, the value of the NumericTextBox sets to null. In some applications,
3939

4040
Output be like the below.
4141

42-
![NumericTextBox Sample](../images/nullableInput.png)
42+
![NumericTextBox Sample](../images/nullableinput.png)

ej2-asp-core-mvc/radio-button/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Radio Button control in `~/Views/Home/Index.
9797

9898
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Radio Button control will be rendered in the default web browser.
9999

100-
![ASP.NET MVC Radio Button Control](images/radio-button.PNG)
100+
![ASP.NET MVC Radio Button Control](images/radio-button.png)
101101

102102
## Change the Radio Button state
103103

ej2-asp-core-mvc/range-slider/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now, add the Syncfusion ASP.NET MVC Range Slider control in `~/Views/Home/Index.
9999

100100
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Range Slider control will be rendered in the default web browser.
101101

102-
![ASP.NET MVC Range Slider Control](images/slider.PNG)
102+
![ASP.NET MVC Range Slider Control](images/slider.png)
103103

104104
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/RangeSlider/ASP.NET%20MVC%20Razor%20Examples)
105105

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/formation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ N> The third-party library such as [`Marked`](https://marked.js.org/#/README.md#
8383

8484
## See Also
8585

86-
* [How to integrate the third party library](./third-party-integration)
87-
* [How to render the iframe](./iframe/)
86+
* [How to integrate the third party library](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/third-party-integration)
87+
* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe)

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
242242

243243
* [Real time example using Rich Text Editor](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/Forums#/bootstrap5)
244244
* [How to insert Emoticons](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/InsertEmoticons#/material)
245-
* [How to change the editor type](./formation/)
246-
* [How to render the iframe](./iframe/)
247-
* [How to render the toolbar in inline mode](./inline-mode/)
245+
* [How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/formation)
246+
* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe)
247+
* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode)
248248

249249
N> You can refer to our [ASP.NET MVC Rich Text Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor) feature tour page for its groundbreaking feature representations. You can also explore our [ASP.NET MVC Rich Text Editor example](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/DefaultFunctionalities#/material) that shows how to render the rich text editor tools.

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@ You can prevent drag-and-drop action by setting the actionBegin argument cancel
254254

255255
## See Also
256256

257-
* [How to edit the quick toolbar settings](./toolbar/#quick-inline-toolbar)
258-
* [How to use link editing option in the toolbar items](./link/)
257+
* [How to edit the quick toolbar settings](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/toolbar#quick-inline-toolbar)
258+
* [How to use link editing option in the toolbar items](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/link)

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ The quick toolbar for the Link has the following options.
9999

100100
## See Also
101101

102-
* [How to edit the quick toolbar settings](./toolbar/#quick-inline-toolbar)
103-
* [How to insert image link editing option in the toolbar items](./image/#image-with-link)
102+
* [How to edit the quick toolbar settings](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/toolbar#quick-inline-toolbar)
103+
* [How to insert image link editing option in the toolbar items](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/image#image-with-link)

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ The below sample demonstrates the option to insert the image to the Rich Text Ed
273273

274274
## See Also
275275

276-
* [How to render the toolbar in inline mode](./inline-mode/)
276+
* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode)

ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ documentation: ug
1313

1414
The Scheduler integrates different date-time formats and cultures, which allows it to function globally, thus meeting the diverse needs of different regions.
1515

16-
You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization/)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization/)).
16+
You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization)).
1717

1818
## Globalization
1919

20-
The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](http://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data.
20+
The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](https://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data.
2121

2222
By default, Scheduler is set to follow the English culture ('en-US'). If you want to go with different culture other than English, follow the below steps.
2323

@@ -221,4 +221,4 @@ N> You can refer to our [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspne
221221

222222
## See Also
223223

224-
* [How to change first day of the week in the Scheduler](./working-days/#setting-start-day-of-the-week)
224+
* [How to change first day of the week in the Scheduler](https://ej2.syncfusion.com/aspnetmvc/documentation/schedule/working-days#setting-start-day-of-the-week)

0 commit comments

Comments
 (0)