Skip to content

Commit 984ba0b

Browse files
authored
DocGen 24_1 result (DevExpress#6900)
1 parent 1f15f8d commit 984ba0b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

api-reference/10 UI Components/GridBase/1 Configuration/rowDragging/onAdd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ The instance of the row's target UI component.
3939
Custom [data](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/rowDragging/data.md '{basewidgetpath}/Configuration/rowDragging/#data') associated with the target UI component.
4040

4141
##### field(e.toIndex): Number
42-
The position in which the row is placed. If the row is dragged away from the UI component, the value is **-1**. If [virtual scrolling]({basewidgetpath}/Configuration/scrolling/#mode) is enabled, the **toIndex** parameter starts from the top visible row.
42+
The position in which the row is placed. If the row is dragged away from the UI component, the value is **-1**. If [virtual scrolling](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/scrolling/mode.md '{basewidgetpath}/Configuration/scrolling/#mode') is enabled, the **toIndex** parameter starts from the top visible row.
4343

4444
---
4545
#include btn-open-demo with {
4646
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/DnDBetweenGrids/"
4747
}
4848

49-
Use a row key to identify the target row. Call the [getKeyByRowIndex]({basewidgetpath}/Methods/#getKeyByRowIndexrowIndex) method to obtain the key:
49+
Use a row key to identify the target row. Call the [getKeyByRowIndex](/api-reference/10%20UI%20Components/GridBase/3%20Methods/getKeyByRowIndex(rowIndex).md '{basewidgetpath}/Methods/#getKeyByRowIndexrowIndex') method to obtain the key:
5050

5151
const onAdd = (e) => {
5252
console.log(e.toComponent.getKeyByRowIndex(e.toIndex - 1));

concepts/05 UI Components/HtmlEditor/02 Overview/10 Key Features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ HTML Editor supports block formatting such as:
1111
- Quotes
1212

1313
- **Image Upload**
14-
Images [can be uploaded](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/imageUpload '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/imageUpload/') by one of the following methods: drag-and-drop images onto the form, select files from the file system, or specify a URL. After an image is uploaded, you can enable [image resize](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/mediaResizing/).
14+
Images [can be uploaded](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/imageUpload '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/imageUpload/') by one of the following methods: drag-and-drop images onto the form, select files from the file system, or specify a URL. After an image is uploaded, you can enable [image resize](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/mediaResizing '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/mediaResizing/').
1515

1616
- **Mentions**
1717
[Insert mentions](https://js.devexpress.com/Demos/WidgetsGallery/Demo/HtmlEditor/Mentions/) to reference others within text conversations.
1818

1919
- **Tables**
20-
Users can [insert and modify tables](/concepts/05%20UI%20Components/HtmlEditor/00%20Getting%20Started%20with%20HtmlEditor/30%20Work%20with%20Tables.md '/Documentation/Guide/UI_Components/HtmlEditor/Getting_Started_with_HtmlEditor/#Work_with_Tables') with built-in UI elements. You can allow users to [resize tables](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/tableResizing/).
20+
Users can [insert and modify tables](/concepts/05%20UI%20Components/HtmlEditor/00%20Getting%20Started%20with%20HtmlEditor/30%20Work%20with%20Tables.md '/Documentation/Guide/UI_Components/HtmlEditor/Getting_Started_with_HtmlEditor/#Work_with_Tables') with built-in UI elements. You can allow users to [resize tables](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/tableResizing.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/tableResizing/').
2121

2222
- **Built-in Format Customization**
2323
You can [modify the existing formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/33%20Customize%20Built-In%20Formats%20and%20Modules '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Customize_Built-In_Formats_and_Modules') to fit specific requirements.
@@ -32,4 +32,4 @@ Integrate [variables](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Confi
3232
The HTML Editor's built-in [adaptive toolbar](/concepts/05%20UI%20Components/HtmlEditor/00%20Getting%20Started%20with%20HtmlEditor/20%20Configure%20the%20Toolbar.md '/Documentation/Guide/UI_Components/HtmlEditor/Getting_Started_with_HtmlEditor/#Configure_the_Toolbar') contains buttons and drop-down menus that allow users to edit and format content. You can use [predefined items](/concepts/05%20UI%20Components/HtmlEditor/20%20Toolbar/00%20Predefined%20Items '/Documentation/Guide/UI_Components/HtmlEditor/Toolbar/Predefined_Items/') or create [custom ones](/concepts/05%20UI%20Components/HtmlEditor/20%20Toolbar/20%20Add%20a%20Custom%20Item.md '/Documentation/Guide/UI_Components/HtmlEditor/Toolbar/Add_a_Custom_Item/').
3333

3434
- **Data Validation and Spellcheck**
35-
HTML Editor supports browser spellcheck functionality. The component includes various [validation rules](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Validation/Overview/) and real-time [validation feedback](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#validationStatus). Adjust [error message position](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#validationMessagePosition) as needed.
35+
HTML Editor supports browser spellcheck functionality. The component includes various [validation rules](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Validation/Overview/) and real-time [validation feedback](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/validationStatus.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#validationStatus'). Adjust [error message position](/api-reference/10%20UI%20Components/Editor/1%20Configuration/validationMessagePosition.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#validationMessagePosition') as needed.

concepts/05 UI Components/Scheduler/02 Overview/10 Key Features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ DevExtreme Scheduler supports the following operations with appointments:
88

99
- **Types of appointments**
1010
Scheduler allows you to create the following appointment types:
11-
- [One-time](/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#One-Time_Appointments)
12-
- [All-day](/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#All-Day_Appointments)
13-
- [Recurring](/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#Recurring_Appointments)
11+
- [One-time](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/015%20Appointment%20Types/010%20One-Time%20Appointments.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#One-Time_Appointments')
12+
- [All-day](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/015%20Appointment%20Types/020%20All-Day%20Appointments.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#All-Day_Appointments')
13+
- [Recurring](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/015%20Appointment%20Types/030%20Recurring%20Appointments.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#Recurring_Appointments')
1414

1515
- **Variety of views**
1616
The Scheduler component includes multiple view types:
@@ -21,7 +21,7 @@ The Scheduler component includes multiple view types:
2121
- [Agenda](/concepts/05%20UI%20Components/Scheduler/060%20Views/010%20View%20Types/050%20Agenda%20View.md '/Documentation/Guide/UI_Components/Scheduler/Views/View_Types/#Agenda_View')
2222

2323
- **Resources**
24-
Scheduler allows you to assign appointments to a set of [predefined resources](/Documentation/Guide/UI_Components/Scheduler/Resources/Assign_Appointments_to_Resources/). Multiple resources may be available. You can also [group appointments by resources](/Documentation/Guide/UI_Components/Scheduler/Resources/Group_Appointments_by_Resources/).
24+
Scheduler allows you to assign appointments to a set of [predefined resources](/concepts/05%20UI%20Components/Scheduler/040%20Resources/020%20Assign%20Appointments%20to%20Resources '/Documentation/Guide/UI_Components/Scheduler/Resources/Assign_Appointments_to_Resources/'). Multiple resources may be available. You can also [group appointments by resources](/concepts/05%20UI%20Components/Scheduler/040%20Resources/030%20Group%20Appointments%20by%20Resources.md '/Documentation/Guide/UI_Components/Scheduler/Resources/Group_Appointments_by_Resources/').
2525

2626
- **Customization**
2727
You can customize a variety of Scheduler elements:
@@ -31,7 +31,7 @@ You can customize a variety of Scheduler elements:
3131
- [View](/concepts/05%20UI%20Components/Scheduler/060%20Views/020%20Customize%20Individual%20Views.md '/Documentation/Guide/UI_Components/Scheduler/Views/Customize_Individual_Views/')
3232
- [Resource headers](/concepts/05%20UI%20Components/Scheduler/040%20Resources/040%20Customize%20Resource%20Headers.md '/Documentation/Guide/UI_Components/Scheduler/Resources/Customize_Resource_Headers/')
3333
- [Cell overflow indicator](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/080%20Cell%20Overflow%20Indicator.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Cell_Overflow_Indicator/')
34-
- [Timetable](/Documentation/Guide/UI_Components/Scheduler/Timetable/)
34+
- [Timetable](/concepts/05%20UI%20Components/Scheduler/050%20Timetable.md '/Documentation/Guide/UI_Components/Scheduler/Timetable/')
3535
- etc.
3636

3737
- **Time zone support**

concepts/05 UI Components/TextBox/02 Overview/10 Key Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
You can select a [styling mode](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/stylingMode.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#stylingMode') for DevExtreme TextBox, specify [label placement](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/labelMode.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#labelMode'), and define a [placeholder](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#placeholder') for an empty editor.
33

44
- **Data Validation and Spellcheck**
5-
TextBox supports [spellcheck](/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#spellcheck) functionality. The component includes various [validation rules](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Validation/Overview/) and real-time [validation feedback](/api-reference/10%20UI%20Components/Editor/1%20Configuration/validationStatus.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#validationStatus'). Adjust [error message position](/api-reference/10%20UI%20Components/Editor/1%20Configuration/validationMessagePosition.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#validationMessagePosition') as needed.
5+
TextBox supports [spellcheck](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/spellcheck.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#spellcheck') functionality. The component includes various [validation rules](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Validation/Overview/) and real-time [validation feedback](/api-reference/10%20UI%20Components/Editor/1%20Configuration/validationStatus.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#validationStatus'). Adjust [error message position](/api-reference/10%20UI%20Components/Editor/1%20Configuration/validationMessagePosition.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#validationMessagePosition') as needed.
66

77
- **Input Masking**
88
Select from a range of predefined mask types. For instance, use the [password mode](/api-reference/10%20UI%20Components/dxTextBox/1%20Configuration/mode.md '/Documentation/ApiReference/UI_Components/dxTextBox/Configuration/#mode') to conceal characters in TextBox. Alternatively, create and configure [custom masks](/concepts/05%20UI%20Components/TextBox/20%20Specify%20a%20Mask%20for%20the%20Input.md '/Documentation/Guide/UI_Components/TextBox/Specify_a_Mask_for_the_Input/').

0 commit comments

Comments
 (0)