Skip to content

Commit 08e27cd

Browse files
Rename HTML Editor in demo descriptions (#28859)
1 parent 260cb43 commit 08e27cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/demos/Demos/HtmlEditor/Mentions/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Our HtmlEditor allows end-users to insert "mentions" and reference others within text or conversation threads as demonstrated in this demo. With this feature, you can introduce functionality that emulates capabilities found in collaboration tools like Microsoft Teams.
1+
Our HTML Editor allows end-users to insert "mentions" and reference others within text or conversation threads as demonstrated in this demo. With this feature, you can introduce functionality that emulates capabilities found in collaboration tools like Microsoft Teams.
22
<!--split-->
33

44
A "mention" is triggered by a marker. You are free to choose a "marker" of your choice (this demo uses the `@` symbol to trigger a "mention"). User names are stored as items in a [dataSource](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/mentions/#dataSource). Data can be retrieved from multiple data sources. When using multiple data sources, you must assign an unique marker to each.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The HtmlEditor component is a client-side WYSIWYG text editor. The editor allows users to format text and integrate media elements into documents. The result can be exported to HTML.
1+
The HTML Editor component is a client-side WYSIWYG text editor. The editor allows users to format text and integrate media elements into documents. The result can be exported to HTML.
22

33
Users can edit and customize content using the [toolbar](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/) that can contain predefined and custom controls. To specify the available controls, use the [items](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/items/) array. In this demo, the toolbar contains predefined controls.
44
<!--split-->
@@ -7,4 +7,4 @@ You can use the **toolbar**.[multiline](/Documentation/ApiReference/UI_Component
77

88
Users can resize media files when the [mediaResizing](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/mediaResizing/) is enabled. Currently, only images are supported.
99

10-
To get started with the DevExtreme HtmlEditor component, refer to the following tutorial for step-by-step instructions: [Getting Started with HtmlEditor](/Documentation/Guide/UI_Components/HtmlEditor/Getting_Started_with_HtmlEditor/).
10+
To get started with the DevExtreme HTML Editor component, refer to the following tutorial for step-by-step instructions: [Getting Started with HTML Editor](/Documentation/Guide/UI_Components/HtmlEditor/Getting_Started_with_HtmlEditor/).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This demo shows how to&nbsp;add a&nbsp;custom control to&nbsp;the toolbar. The **Show markup** button opens a&nbsp;popup that displays the HtmlEditor&rsquo;s output markup.
1+
This demo shows how to add a custom control to the toolbar. The **Show markup** button opens a popup that displays the HTML Editor's output markup.
22
<!--split-->

0 commit comments

Comments
 (0)