You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML Editor includes various inline formatting options:
3
3
- **Bold**, *italic*, <s>strikethrough</s>, and <u>underscore</u>
4
4
- Typeface, font size, and text color (HTML)
5
5
6
-
-**Block formats**
6
+
-**Block Formats**
7
7
HTML Editor supports block formatting such as:
8
8
- Headers
9
9
- Lists (ordered and unordered)
10
10
- Code blocks
11
11
- Quotes
12
12
13
13
-**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/).
15
15
16
16
-**Mentions**
17
17
[Insert mentions](https://js.devexpress.com/Demos/WidgetsGallery/Demo/HtmlEditor/Mentions/) to reference others within text conversations.
18
18
19
19
-**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/).
21
21
22
22
-**Built-in Format Customization**
23
23
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
29
29
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.
30
30
31
31
-**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.
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:
- [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')
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
+
20
26
-**Customization**
21
27
You can customize a variety of Scheduler elements:
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/').
31
39
32
40
-**Lazy loading**
33
41
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/').
34
42
35
-
-**Disable Date/Time Ranges**
43
+
-**Disable date/time ranges**
36
44
[Disable](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CellTemplates/) certain days, dates, and times to prevent scheduling conflicts.
37
45
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.
Copy file name to clipboardExpand all lines: concepts/05 UI Components/TextBox/02 Overview/10 Key Features.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
-**Styling**
2
2
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.
3
3
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.
6
6
7
7
-**Input Masking**
8
8
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