Skip to content

Commit 65f83b1

Browse files
Rename HTML Editor (DevExpress#7020) (DevExpress#7022)
1 parent a1852ff commit 65f83b1

File tree

29 files changed

+36
-36
lines changed

29 files changed

+36
-36
lines changed

api-reference/10 UI Components/Errors and Warnings/W1016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: ErrorsUIWidgets.W1016
33
---
44
---
55
##### shortDescription
6-
Occurs if you specify the deprecated **formatName** and **formatValues** properties in the [items](/api-reference/_hidden/dxHtmlEditorToolbar/items '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/items/') array within the [HtmlEditor](/api-reference/10%20UI%20Components/dxHtmlEditor '/Documentation/ApiReference/UI_Components/dxHtmlEditor')'s [toolbar](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/toolbar '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/') property.
6+
Occurs if you specify the deprecated **formatName** and **formatValues** properties in the [items](/api-reference/_hidden/dxHtmlEditorToolbar/items '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/items/') array within the [HTML Editor](/api-reference/10%20UI%20Components/dxHtmlEditor '/Documentation/ApiReference/UI_Components/dxHtmlEditor')'s [toolbar](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/toolbar '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/') property.
77

88
---
99

api-reference/10 UI Components/dxHtmlEditor/1 Configuration/customizeModules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The DevExtreme Quill modules and the API you can use to customize them are descr
128128

129129
---
130130

131-
If 3rd-party modules are used in the HtmlEditor, refer to their documentation for information on the API.
131+
If 3rd-party modules are used in the HTML Editor, refer to their documentation for information on the API.
132132

133133
#####See Also#####
134134
- [get(componentPath)](/api-reference/10%20UI%20Components/dxHtmlEditor/3%20Methods/get(componentPath).md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Methods/#getcomponentPath')

api-reference/10 UI Components/dxHtmlEditor/1 Configuration/stylingMode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ default: 'outlined'
55
---
66
---
77
##### shortDescription
8-
Specifies how the HtmlEditor's [toolbar](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/toolbar '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/') and content field are styled.
8+
Specifies how the HTML Editor's [toolbar](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/toolbar '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/') and content field are styled.
99

1010
---
1111
The following styles are available:
1212

13-
![DevExtreme HTML5 JavaScript HtmlEditor Outlined Style](/images/htmlEditor/styling_modes/htmEditor_stylingMode_outlined.png)
14-
![DevExtreme HTML5 JavaScript HtmlEditor Underlined Style](/images/htmlEditor/styling_modes/htmEditor_stylingMode_underlined.png)
15-
![DevExtreme HTML5 JavaScript HtmlEditor Filled Style](/images/htmlEditor/styling_modes/htmEditor_stylingMode_filled.png)
13+
![DevExtreme HTML5 JavaScript HTML Editor Outlined Style](/images/htmlEditor/styling_modes/htmEditor_stylingMode_outlined.png)
14+
![DevExtreme HTML5 JavaScript HTML Editor Underlined Style](/images/htmlEditor/styling_modes/htmEditor_stylingMode_underlined.png)
15+
![DevExtreme HTML5 JavaScript HTML Editor Filled Style](/images/htmlEditor/styling_modes/htmEditor_stylingMode_filled.png)
1616

1717
You can also use the global [editorStylingMode](/api-reference/50%20Common/Object%20Structures/GlobalConfig/editorStylingMode.md '/Documentation/ApiReference/Common/Object_Structures/GlobalConfig/#editorStylingMode') setting to specify how the text fields of all editors in your application are styled.

api-reference/10 UI Components/dxHtmlEditor/1 Configuration/toolbar/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inheritsType: dxHtmlEditorToolbar
99
Configures the UI component's toolbar.
1010

1111
---
12-
![DevExtreme HTML5 JavaScript HtmlEditor Toolbar](/images/htmlEditor/visual_elements/toolbar.png)
12+
![DevExtreme HTML5 JavaScript HTML Editor Toolbar](/images/htmlEditor/visual_elements/toolbar.png)
1313

1414
#include btn-open-demo with {
1515
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/HtmlEditor/ToolbarCustomization/"

api-reference/10 UI Components/dxHtmlEditor/1 Configuration/value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[note]
22

3-
HtmlEditor automatically removes redundant tags:
3+
HTML Editor automatically removes redundant tags:
44

55
<!-- from -->
66
<p><span>He</span><em><span>llo</span></em></p>

api-reference/10 UI Components/dxHtmlEditor/3 Methods/Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
##### shortDescription
3-
This section describes methods that control the HtmlEditor UI component.
3+
This section describes methods that control the HTML Editor UI component.
44

55
---
66
#####See Also#####

api-reference/10 UI Components/dxHtmlEditor/3 Methods/get(componentPath).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can perform the following tasks after getting a format, module, or Parchment
1818
You can change the markup tag associated with the format and allowed format values, as shown in the code example after this list.
1919

2020
- **<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends" target="_blank">Extend</a> the format or module**
21-
You can extend HtmlEditor's <a href="https://github.com/DevExpress/DevExtreme/tree/24_1/packages/devextreme/js/__internal/ui/html_editor/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/DevExtreme/tree/24_1/packages/devextreme/js/__internal/ui/html_editor/modules" target="_blank">modules</a>, and also the DevExtreme Quill's <a href="https://github.com/DevExpress/devextreme-quill/tree/master/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/devextreme-quill/tree/master/modules" target="_blank">modules</a>. See the [Extend Built-In Formats and Modules](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/60%20Customize%20Built-In%20Formats%20and%20Modules/20%20Extend.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Customize_Built-In_Formats_and_Modules/Extend') topic for the code example.
21+
You can extend HTML Editor's <a href="https://github.com/DevExpress/DevExtreme/tree/24_1/packages/devextreme/js/__internal/ui/html_editor/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/DevExtreme/tree/24_1/packages/devextreme/js/__internal/ui/html_editor/modules" target="_blank">modules</a>, and also the DevExtreme Quill's <a href="https://github.com/DevExpress/devextreme-quill/tree/master/formats" target="_blank">formats</a> and <a href="https://github.com/DevExpress/devextreme-quill/tree/master/modules" target="_blank">modules</a>. See the [Extend Built-In Formats and Modules](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/60%20Customize%20Built-In%20Formats%20and%20Modules/20%20Extend.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Customize_Built-In_Formats_and_Modules/Extend') topic for the code example.
2222

2323
- **Create a custom format based on the Parchment**
2424
Refer to the <a href="https://github.com/quilljs/parchment/blob/master/README.md" target="_blank">Parchment documentation</a> for more information.

api-reference/10 UI Components/dxHtmlEditor/3 Methods/getLength().md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The content's length.
1111
---
1212
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
1313

14-
[note] Even if the HtmlEditor is empty, this method returns 1, because the UI component always contains an empty line ("\n").
14+
[note] Even if the HTML Editor is empty, this method returns 1, because the UI component always contains an empty line ("\n").

api-reference/10 UI Components/dxHtmlEditor/3 Methods/getText(index_length).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dxHtmlEditor.getText(index, length)
33
---
44
---
55
##### shortDescription
6-
Retrieves text content from the HtmlEditor.
6+
Retrieves text content from the HTML Editor.
77

88
##### param(index): Number
99
A zero-based index at which the retrieved text starts.

api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertText(index_text_formatName_formatValue).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dxHtmlEditor.insertText(index, text, formatName, formatValue)
33
---
44
---
55
##### shortDescription
6-
Inserts text into the HtmlEditor.
6+
Inserts text into the HTML Editor.
77

88
##### param(index): Number
99
A zero-based index at which the text is inserted.

0 commit comments

Comments
 (0)