From 66fb12ef5873dafb0411e5f1402792f028fa0547 Mon Sep 17 00:00:00 2001 From: dxrobot Date: Mon, 19 Jun 2023 14:28:18 +0300 Subject: [PATCH] DocGen 23_1 result (#5213) --- .../dxHtmlEditor/1 Configuration/onValueChanged.md | 2 +- .../dxHtmlEditor/1 Configuration/valueType.md | 2 +- .../dxHtmlEditor/9 Types/MarkupType.md | 2 +- .../00 Getting Started with HtmlEditor.md | 2 +- .../10 Set the Output Markup Language.md | 2 +- concepts/05 UI Components/HtmlEditor/05 Overview.md | 2 +- .../05 Customize the Content/7 Add Scrolling.md | 4 ++-- .../25 Eliminate Side Effects.md | 8 ++++---- metadata/syntax-data.json | 10 +++++----- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/onValueChanged.md b/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/onValueChanged.md index 9dd6c3077a..f99de38c92 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/onValueChanged.md +++ b/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/onValueChanged.md @@ -4,7 +4,7 @@ type: function(e) --- --- ##### shortDescription -A function that is executed after the UI component's [value](/api-reference/10%20UI%20Components/Editor/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') is changed. +A function that is executed after the UI component's [value](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') is changed. ##### param(e): ui/html_editor:ValueChangedEvent Information about the event. diff --git a/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/valueType.md b/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/valueType.md index e1a66d9300..b36d09f55e 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/valueType.md +++ b/api-reference/10 UI Components/dxHtmlEditor/1 Configuration/valueType.md @@ -5,7 +5,7 @@ default: 'html' --- --- ##### shortDescription -Specifies in which markup language the [value](/api-reference/10%20UI%20Components/Editor/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#value') is stored. +Specifies in which markup language the [value](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#value') is stored. --- Markdown requires the turndown and devextreme-showdown libraries. If you use browser scripts, link them before the DevExtreme scripts as shown below: diff --git a/api-reference/10 UI Components/dxHtmlEditor/9 Types/MarkupType.md b/api-reference/10 UI Components/dxHtmlEditor/9 Types/MarkupType.md index ff2613add9..e3333cd1eb 100644 --- a/api-reference/10 UI Components/dxHtmlEditor/9 Types/MarkupType.md +++ b/api-reference/10 UI Components/dxHtmlEditor/9 Types/MarkupType.md @@ -5,7 +5,7 @@ type: Union --- --- ##### shortDescription -Specifies in which markup language the [value](/api-reference/10%20UI%20Components/Editor/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#value') is stored. +Specifies in which markup language the [value](/api-reference/10%20UI%20Components/dxHtmlEditor/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#value') is stored. ---