From 9af673f624a3f939fbf0b3682fe29154038ac4c0 Mon Sep 17 00:00:00 2001 From: dxrobot Date: Tue, 7 Jan 2025 09:47:09 +0400 Subject: [PATCH] DocGen 25_1 result (#6954) --- .../dxHtmlEditor/3 Methods/delete(index_length).md | 2 +- .../3 Methods/format(formatName_formatValue).md | 2 +- ...ormatLine(index_length_formatName_formatValue).md | 4 ++-- .../3 Methods/formatLine(index_length_formats).md | 2 +- ...ormatText(index_length_formatName_formatValue).md | 2 +- .../3 Methods/formatText(index_length_formats).md | 2 +- .../dxHtmlEditor/3 Methods/get(componentPath).md | 2 +- .../3 Methods/getFormat(index_length).md | 2 +- .../dxHtmlEditor/3 Methods/getLength().md | 2 +- .../dxHtmlEditor/3 Methods/getSelection().md | 2 +- .../3 Methods/insertEmbed(index_type_config).md | 4 ++-- .../3 Methods/insertText(index_text_formats).md | 2 +- .../3 Methods/removeFormat(index_length).md | 2 +- .../3 Methods/setSelection(index_length).md | 2 +- .../_hidden/dxHtmlEditorToolbarItem/name.md | 2 +- .../HtmlEditor/02 Overview/05 Elements.md | 2 +- .../HtmlEditor/02 Overview/10 Key Features.md | 6 +++--- .../Customize Built-In Formats and Modules.md | 2 +- .../10 Configure Pagination.md | 8 ++++---- .../15 Handle Page Size and Index Changes.md | 2 +- .../20 Integrate LoadPanel.md | 12 ++++++------ 21 files changed, 33 insertions(+), 33 deletions(-) diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/delete(index_length).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/delete(index_length).md index ae0974f5c5..81cc952efb 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/delete(index_length).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/delete(index_length).md @@ -10,6 +10,6 @@ A zero-based index at which to begin deleting. ##### param(length): Number The length of the content to be deleted. -[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. +[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. --- diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/format(formatName_formatValue).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/format(formatName_formatValue).md index 301a43b8b5..e9bff58a07 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/format(formatName_formatValue).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/format(formatName_formatValue).md @@ -3,7 +3,7 @@ id: dxHtmlEditor.format(formatName, formatValue) --- --- ##### shortDescription -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/'). +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/'). ##### param(formatName): Enums.HtmlEditorFormat | String diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formatName_formatValue).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formatName_formatValue).md index e762167348..cd6c80f5a9 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formatName_formatValue).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formatName_formatValue).md @@ -3,14 +3,14 @@ id: dxHtmlEditor.formatLine(index, length, formatName, formatValue) --- --- ##### shortDescription -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. +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. ##### param(index): Number A zero-based index at which to begin formatting. ##### param(length): Number The length of the content to be formatted. -[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. +[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. ##### param(formatName): Enums.HtmlEditorFormat | String A [format name](/api-reference/_hidden/dxHtmlEditorToolbarItem/name.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/items/#name'). diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formats).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formats).md index e64b6a57ef..6784ff35b6 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formats).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatLine(index_length_formats).md @@ -3,7 +3,7 @@ id: dxHtmlEditor.formatLine(index, length, formats) --- --- ##### shortDescription -Applies several [block formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all lines in the given range. +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. ##### param(index): Number diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formatName_formatValue).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formatName_formatValue).md index caa37b940a..b1bb35a5ba 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formatName_formatValue).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formatName_formatValue).md @@ -3,7 +3,7 @@ id: dxHtmlEditor.formatText(index, length, formatName, formatValue) --- --- ##### shortDescription -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. +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. ##### param(index): Number diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formats).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formats).md index 225ea77e82..b42f613486 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formats).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/formatText(index_length_formats).md @@ -3,7 +3,7 @@ id: dxHtmlEditor.formatText(index, length, formats) --- --- ##### shortDescription -Applies several [text formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') to all characters in the given range. +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. ##### param(index): Number diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/get(componentPath).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/get(componentPath).md index 7b177d0e81..e3d3753db7 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/get(componentPath).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/get(componentPath).md @@ -18,7 +18,7 @@ You can perform the following tasks after getting a format, module, or Parchment You can change the markup tag associated with the format and allowed format values, as shown in the code example after this list. - **Extend the format or module** -You can extend HtmlEditor's formats and modules, and also the DevExtreme Quill's formats and modules. 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. +You can extend HtmlEditor's formats and modules, and also the DevExtreme Quill's formats and modules. 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. - **Create a custom format based on the Parchment** Refer to the Parchment documentation for more information. diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getFormat(index_length).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getFormat(index_length).md index e0db6e6f29..6121c29e4c 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getFormat(index_length).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getFormat(index_length).md @@ -15,6 +15,6 @@ A zero-based index indicating the range's start. ##### param(length): Number The range's length. -[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. +[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. --- diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getLength().md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getLength().md index c495ca4a2e..d32456dd1e 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getLength().md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getLength().md @@ -9,6 +9,6 @@ Gets the entire content's length. The content's length. --- -[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. +[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. [note] Even if the HtmlEditor is empty, this method returns 1, because the UI component always contains an empty line ("\n"). \ No newline at end of file diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getSelection().md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getSelection().md index 792936abd0..b6d733e35e 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getSelection().md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/getSelection().md @@ -12,7 +12,7 @@ The selected content's range. It has the following structure: A zero-based index at which the selection starts. - **length** The selected content's length. - [Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. + [Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. ##### param(focus): Boolean | undefined 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. diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertEmbed(index_type_config).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertEmbed(index_type_config).md index 28a9b50033..77e1b200d6 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertEmbed(index_type_config).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertEmbed(index_type_config).md @@ -9,10 +9,10 @@ Inserts an embedded content at the specified position. A zero-based index at which to insert an embedded content. ##### param(type): String -An embedded format's [name](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/'). +An embedded format's [name](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/'). ##### param(config): any -An embedded format's [value](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/'). +An embedded format's [value](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/'). --- --- diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertText(index_text_formats).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertText(index_text_formats).md index 059787cf88..1dbc5f7e25 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertText(index_text_formats).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/insertText(index_text_formats).md @@ -3,7 +3,7 @@ id: dxHtmlEditor.insertText(index, text, formats) --- --- ##### shortDescription -Inserts formatted text at the specified position. Used with all formats except [embedded](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/'). +Inserts formatted text at the specified position. Used with all formats except [embedded](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/'). ##### param(index): Number A zero-based index at which to insert text. diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/removeFormat(index_length).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/removeFormat(index_length).md index e7d3611ec5..c7f23cae20 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/removeFormat(index_length).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/removeFormat(index_length).md @@ -10,6 +10,6 @@ A zero-based index at which to begin removing. ##### param(length): Number The length of the content to be removed. -[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. +[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. --- diff --git a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/setSelection(index_length).md b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/setSelection(index_length).md index e8a068af8e..fca9ff1c9c 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/3 Methods/setSelection(index_length).md +++ b/api-reference/10 UI Components/dxHtmlEditor/3 Methods/setSelection(index_length).md @@ -10,6 +10,6 @@ A zero-based index at which to begin selecting. ##### param(length): Number The length of the content to be selected. -[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. +[Embedded items](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') have a length of 1. --- diff --git a/api-reference/_hidden/dxHtmlEditorToolbarItem/name.md b/api-reference/_hidden/dxHtmlEditorToolbarItem/name.md index db90f99bef..8804b0d99b 100644 --- a/api-reference/_hidden/dxHtmlEditorToolbarItem/name.md +++ b/api-reference/_hidden/dxHtmlEditorToolbarItem/name.md @@ -148,7 +148,7 @@ In the following code, the `header` and `size` formats are configured as describ --- -Refer to the [Formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') article for a full list of available formats. +Refer to the [Formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') article for a full list of available formats. #####See Also##### - [widget](/api-reference/_hidden/dxHtmlEditorToolbarItem/widget.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/toolbar/items/#widget') \ No newline at end of file diff --git a/concepts/05 UI Components/HtmlEditor/02 Overview/05 Elements.md b/concepts/05 UI Components/HtmlEditor/02 Overview/05 Elements.md index e015da3e9e..9dbc4aa9a9 100644 --- a/concepts/05 UI Components/HtmlEditor/02 Overview/05 Elements.md +++ b/concepts/05 UI Components/HtmlEditor/02 Overview/05 Elements.md @@ -3,4 +3,4 @@ 1. [Toolbar](/concepts/05%20UI%20Components/HtmlEditor/20%20Toolbar/00%20Predefined%20Items '/Documentation/Guide/UI_Components/HtmlEditor/Toolbar/Predefined_Items/') 2. [Image upload](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/imageUpload '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/imageUpload/') 3. [Tags and attributes](/concepts/05%20UI%20Components/HtmlEditor/05%20Tags%20and%20Attributes.md '/Documentation/Guide/UI_Components/HtmlEditor/Tags_and_Attributes/') -4. [Table formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') \ No newline at end of file +4. [Table formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') \ No newline at end of file diff --git a/concepts/05 UI Components/HtmlEditor/02 Overview/10 Key Features.md b/concepts/05 UI Components/HtmlEditor/02 Overview/10 Key Features.md index 99523d6873..d153694328 100644 --- a/concepts/05 UI Components/HtmlEditor/02 Overview/10 Key Features.md +++ b/concepts/05 UI Components/HtmlEditor/02 Overview/10 Key Features.md @@ -1,9 +1,9 @@ -- [**Inline Formats**](/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Inline_Or_Text_Formats) +- [**Inline Formats**](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/05%20Inline%20(Or%20Text)%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Inline_Or_Text_Formats') HTML Editor includes various inline formatting options: - **Bold**, *italic*, strikethrough, and underscore - Typeface, font size, and text color -- [**Block Formats**](/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Block_Formats) +- [**Block Formats**](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/10%20Block%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Block_Formats') HTML Editor supports block formatting such as: - Headers - Lists (ordered and unordered) @@ -20,7 +20,7 @@ Images [can be uploaded](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Co 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](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/tableResizing.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/tableResizing/'). - **Built-in Format Customization** -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. +You can [modify the existing formats](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/60%20Customize%20Built-In%20Formats%20and%20Modules '/Documentation/Guide/UI_Components/HtmlEditor/Formats/#Customize_Built-In_Formats_and_Modules') to fit specific requirements. - **Advanced Format Conversion** The HTML Editor's default value type is HTML. You can [convert](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/converter.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/converter/') the value from HTML to another markup language, for instance, Markdown. diff --git a/concepts/05 UI Components/HtmlEditor/10 Formats/60 Customize Built-In Formats and Modules/Customize Built-In Formats and Modules.md b/concepts/05 UI Components/HtmlEditor/10 Formats/60 Customize Built-In Formats and Modules/Customize Built-In Formats and Modules.md index 7ba57792ab..f3358838c4 100644 --- a/concepts/05 UI Components/HtmlEditor/10 Formats/60 Customize Built-In Formats and Modules/Customize Built-In Formats and Modules.md +++ b/concepts/05 UI Components/HtmlEditor/10 Formats/60 Customize Built-In Formats and Modules/Customize Built-In Formats and Modules.md @@ -1,3 +1,3 @@ The extend operation is available for blots only. For attributors, use the modify operation. -The [format](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') tables include customization operations. \ No newline at end of file +The [format](/concepts/05%20UI%20Components/HtmlEditor/10%20Formats/00%20Formats.md '/Documentation/Guide/UI_Components/HtmlEditor/Formats/') tables include customization operations. \ No newline at end of file diff --git a/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/10 Configure Pagination.md b/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/10 Configure Pagination.md index e14f961ee9..82e9209d90 100644 --- a/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/10 Configure Pagination.md +++ b/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/10 Configure Pagination.md @@ -2,10 +2,10 @@ This tutorial step guides you through the basic Pagination setup. Specify the following settings: -* [itemCount](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#itemCount) sets the total number of items. Pagination does not function properly without this setting. -* [pageIndex](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#pageIndex) sets the initial page to display. This tutorial sets **pageIndex** to 3 (the default value is 1). -* [allowedPageSizes](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#allowedPageSizes) specifies page sizes available to users. Modify this list as needed. Include `'all'` to allow users to display all items on one page. This tutorial uses the default value: `[5, 10]`. -* [pageSize](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#pageSize) specifies the initial page size. +* [itemCount](/api-reference/10%20UI%20Components/dxPagination/1%20Configuration/itemCount.md '/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#itemCount') sets the total number of items. Pagination does not function properly without this setting. +* [pageIndex](/api-reference/10%20UI%20Components/dxPagination/1%20Configuration/pageIndex.md '/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#pageIndex') sets the initial page to display. This tutorial sets **pageIndex** to 3 (the default value is 1). +* [allowedPageSizes](/api-reference/10%20UI%20Components/dxPagination/1%20Configuration/allowedPageSizes.md '/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#allowedPageSizes') specifies page sizes available to users. Modify this list as needed. Include `'all'` to allow users to display all items on one page. This tutorial uses the default value: `[5, 10]`. +* [pageSize](/api-reference/10%20UI%20Components/dxPagination/1%20Configuration/pageSize.md '/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#pageSize') specifies the initial page size. The following code snippet demonstrates how to apply the aforementioned settings: diff --git a/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/15 Handle Page Size and Index Changes.md b/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/15 Handle Page Size and Index Changes.md index 77bc80e260..49d205016f 100644 --- a/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/15 Handle Page Size and Index Changes.md +++ b/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/15 Handle Page Size and Index Changes.md @@ -1,4 +1,4 @@ -The render function is called on every page index/size [change](/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#onOptionChanged): +The render function is called on every page index/size [change](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/onOptionChanged.md '/Documentation/ApiReference/UI_Components/dxPagination/Configuration/#onOptionChanged'): --- ##### jQuery diff --git a/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/20 Integrate LoadPanel.md b/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/20 Integrate LoadPanel.md index 522b88d001..e77319463c 100644 --- a/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/20 Integrate LoadPanel.md +++ b/concepts/05 UI Components/Pagination/05 Getting Started with Pagination/15 Implement Remote Pagination/20 Integrate LoadPanel.md @@ -1,4 +1,4 @@ -The following code integrate a [load panel](/Documentation/Guide/UI_Components/LoadPanel/Overview/) into the application. The panel appears when the app requests card data from the remote service. This step is optional. +The following code integrate a [load panel](/concepts/05%20UI%20Components/LoadPanel/00%20Overview.md '/Documentation/Guide/UI_Components/LoadPanel/Overview/') into the application. The panel appears when the app requests card data from the remote service. This step is optional. --- ##### jQuery @@ -6,8 +6,8 @@ The following code integrate a [load panel](/Documentation/Guide/UI_Components/L To integrate the DevExtreme LoadPanel component: 1. Add a LoadPanel to the code. -2. [Display](/Documentation/ApiReference/UI_Components/dxLoadPanel/Methods/#show) it before calling the render function. -3. [Hide](/Documentation/ApiReference/UI_Components/dxLoadPanel/Methods/#hide) it after render. +2. [Display](/api-reference/10%20UI%20Components/dxLoadPanel/3%20Methods/show().md '/Documentation/ApiReference/UI_Components/dxLoadPanel/Methods/#show') it before calling the render function. +3. [Hide](/api-reference/10%20UI%20Components/dxOverlay/3%20Methods/hide().md '/Documentation/ApiReference/UI_Components/dxLoadPanel/Methods/#hide') it after render. @@ -61,7 +61,7 @@ To integrate the DevExtreme LoadPanel component: To integrate the DevExtreme LoadPanel component: 1. Add a LoadPanel to the code. -2. [Display](/Documentation/ApiReference/UI_Components/dxLoadPanel/Configuration/#visible) it before calling the render function. +2. [Display](/api-reference/10%20UI%20Components/dxLoadPanel/1%20Configuration/visible.md '/Documentation/ApiReference/UI_Components/dxLoadPanel/Configuration/#visible') it before calling the render function. 3. Hide it after render. @@ -109,7 +109,7 @@ To integrate the DevExtreme LoadPanel component: To integrate the DevExtreme LoadPanel component: 1. Add a LoadPanel to the code. -2. [Display](/Documentation/ApiReference/UI_Components/dxLoadPanel/Configuration/#visible) it before calling the render function. +2. [Display](/api-reference/10%20UI%20Components/dxLoadPanel/1%20Configuration/visible.md '/Documentation/ApiReference/UI_Components/dxLoadPanel/Configuration/#visible') it before calling the render function. 3. Hide it after render. @@ -161,7 +161,7 @@ To integrate the DevExtreme LoadPanel component: To integrate the DevExtreme LoadPanel component: 1. Add a LoadPanel to the code. -2. [Display](/Documentation/ApiReference/UI_Components/dxLoadPanel/Configuration/#visible) it before calling the render function. +2. [Display](/api-reference/10%20UI%20Components/dxLoadPanel/1%20Configuration/visible.md '/Documentation/ApiReference/UI_Components/dxLoadPanel/Configuration/#visible') it before calling the render function. 3. Hide it after render.