Skip to content

Commit 7b20a04

Browse files
authored
DocGen 24_1 result (DevExpress#6956)
1 parent 100f283 commit 7b20a04

18 files changed

+22
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ A zero-based index at which to begin deleting.
1010

1111
##### param(length): Number
1212
The length of the content to be deleted.
13-
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
13+
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
1414

1515
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dxHtmlEditor.format(formatName, formatValue)
33
---
44
---
55
##### shortDescription
6-
Applies a format to the selected content. Cannot be used with [embedded formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/').
6+
Applies a format to the selected content. Cannot be used with [embedded formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/').
77

88
##### param(formatName): Enums.HtmlEditorFormat | String
99
<!-- %param(formatName)% -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ id: dxHtmlEditor.formatLine(index, length, formatName, formatValue)
33
---
44
---
55
##### shortDescription
6-
Applies a single [block format](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all lines in the given range.
6+
Applies a single [block format](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all lines in the given range.
77

88
##### param(index): Number
99
A zero-based index at which to begin formatting.
1010

1111
##### param(length): Number
1212
The length of the content to be formatted.
13-
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
13+
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
1414

1515
##### param(formatName): Enums.HtmlEditorFormat | String
1616
A [format name](/api-reference/_hidden/dxHtmlEditorToolbarItem/name.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/items/#name').

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dxHtmlEditor.formatLine(index, length, formats)
33
---
44
---
55
##### shortDescription
6-
Applies several [block formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all lines in the given range.
6+
Applies several [block formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all lines in the given range.
77

88
##### param(index): Number
99
<!-- %param(index)% -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dxHtmlEditor.formatText(index, length, formatName, formatValue)
33
---
44
---
55
##### shortDescription
6-
Applies a single [text format](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all characters in the given range.
6+
Applies a single [text format](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all characters in the given range.
77

88
##### param(index): Number
99
<!-- %param(index)% -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: dxHtmlEditor.formatText(index, length, formats)
33
---
44
---
55
##### shortDescription
6-
Applies several [text formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all characters in the given range.
6+
Applies several [text formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all characters in the given range.
77

88
##### param(index): Number
99
<!-- %param(index)% -->

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/33%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 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.
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/getFormat(index_length).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ A zero-based index indicating the range's start.
1515

1616
##### param(length): Number
1717
The range's length.
18-
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
18+
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
1919

2020
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Gets the entire content's length.
99
The content's length.
1010

1111
---
12-
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
12+
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
1313

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The selected content's range. It has the following structure:
1212
A zero-based index at which the selection starts.
1313
- **length**
1414
The selected content's length.
15-
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
15+
[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1.
1616

1717
##### param(focus): Boolean | undefined
1818
Pass **true** to focus the content field before getting the selected range. Otherwise, the method returns **null** if the content field doesn't have focus.

0 commit comments

Comments
 (0)