Skip to content

Commit 2da7b21

Browse files
Fix Overviews (DevExpress#6892)
1 parent 24d380f commit 2da7b21

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
- **Inline formats**
1+
- **Inline Formats**
22
HTML Editor includes various inline formatting options:
33
- **Bold**, *italic*, <s>strikethrough</s>, and <u>underscore</u>
44
- Typeface, font size, and text color (HTML)
55

6-
- **Block formats**
6+
- **Block Formats**
77
HTML Editor supports block formatting such as:
88
- Headers
99
- Lists (ordered and unordered)
1010
- Code blocks
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.
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/).
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.
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/).
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.
@@ -29,4 +29,7 @@ HTML Editor [outputs content](/concepts/05%20UI%20Components/HtmlEditor/00%20Get
2929
Integrate [variables](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/variables '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/variables/') to be replaced with real data during text processing.
3030

3131
- **Adaptive Toolbar**
32-
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/').
32+
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/').
33+
34+
- **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.

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,23 @@ DevExtreme Scheduler supports the following operations with appointments:
66
- [Drag-and-drop](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/appointmentDragging '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/appointmentDragging/') (to reschedule)
77
- [Resize](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/editing/allowResizing.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/editing/#allowResizing') (to change appointment duration)
88

9-
- **Recurring appointments**
10-
Scheduler allows you to create appointments that [repeat at a specified interval](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/015%20Appointment%20Types/030%20Recurring%20Appointments.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/#Recurring_Appointments').
9+
- **Types of appointments**
10+
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)
1114

1215
- **Variety of views**
13-
This Scheduler component includes multiple view types:
16+
The Scheduler component includes multiple view types:
1417
- [Day](/concepts/05%20UI%20Components/Scheduler/060%20Views/010%20View%20Types/010%20Day%20View.md '/Documentation/Guide/UI_Components/Scheduler/Views/View_Types/#Day_View')
1518
- [Week and work week](/concepts/05%20UI%20Components/Scheduler/060%20Views/010%20View%20Types/020%20Week%20and%20WorkWeek%20Views.md '/Documentation/Guide/UI_Components/Scheduler/Views/View_Types/#Week_and_WorkWeek_Views')
1619
- [Month](/concepts/05%20UI%20Components/Scheduler/060%20Views/010%20View%20Types/030%20Month%20View.md '/Documentation/Guide/UI_Components/Scheduler/Views/View_Types/#Month_View')
1720
- [Timeline](/concepts/05%20UI%20Components/Scheduler/060%20Views/010%20View%20Types/040%20Timeline%20Views.md '/Documentation/Guide/UI_Components/Scheduler/Views/View_Types/#Timeline_Views') (day, work week, week, month)
1821
- [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')
1922

23+
- **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/).
25+
2026
- **Customization**
2127
You can customize a variety of Scheduler elements:
2228
- [Appointment](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/050%20Customize%20Appointment.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Customize_Appointment/')
@@ -25,18 +31,17 @@ You can customize a variety of Scheduler elements:
2531
- [View](/concepts/05%20UI%20Components/Scheduler/060%20Views/020%20Customize%20Individual%20Views.md '/Documentation/Guide/UI_Components/Scheduler/Views/Customize_Individual_Views/')
2632
- [Resource headers](/concepts/05%20UI%20Components/Scheduler/040%20Resources/040%20Customize%20Resource%20Headers.md '/Documentation/Guide/UI_Components/Scheduler/Resources/Customize_Resource_Headers/')
2733
- [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/)
35+
- etc.
2836

29-
- **Time Zone Support**
37+
- **Time zone support**
3038
Specify a different [time zone](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/timeZone.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#timeZone') for the entire Scheduler or [individual appointments](/concepts/05%20UI%20Components/Scheduler/077%20Time%20Zone%20Support.md '/Documentation/Guide/UI_Components/Scheduler/Time_Zone_Support/').
3139

3240
- **Lazy loading**
3341
If Scheduler performance suffers due to a high number of appointments, you can [lazy load data](/concepts/05%20UI%20Components/Scheduler/085%20Optimize%20Scheduler%20Performance%20with%20Lazy%20Loading.md '/Documentation/Guide/UI_Components/Scheduler/Optimize_Scheduler_Performance_with_Lazy_Loading/').
3442

35-
- **Disable Date/Time Ranges**
43+
- **Disable date/time ranges**
3644
[Disable](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CellTemplates/) certain days, dates, and times to prevent scheduling conflicts.
3745

38-
- **Virtual Scrolling**
39-
Enabling [virtual scrolling](/api-reference/_hidden/dxSchedulerScrolling/mode.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/scrolling/#mode') in Scheduler speeds up load times by displaying only visible appointments. Ideal for large datasets.
40-
41-
- **Work Shifts**
42-
Set up multiple work shifts in Scheduler using the [offset](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/offset.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#offset') property to define when the day begins. Combine with [startDayHour](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/startDayHour.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#startDayHour'), [endDayHour](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/endDayHour.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#endDayHour'), and [cellDuration](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/cellDuration.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#cellDuration') for preferred display outcomes.
46+
- **Virtual scrolling**
47+
Enabling [virtual scrolling](/api-reference/_hidden/dxSchedulerScrolling/mode.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/scrolling/#mode') in Scheduler speeds up load times by displaying only visible appointments. Ideal for large datasets.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- **Styling**
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

4-
- **Data Validation**
5-
TextBox 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.
4+
- **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.
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)