From 4e90dd9e2d6124db5c26a3f97797d3a12c7d41e3 Mon Sep 17 00:00:00 2001 From: "ilya.kharchenko" <14272298+IlyaKhD@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:16:20 +1200 Subject: [PATCH 1/2] Test change --- apps/demos/Demos/Accordion/Overview/description.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/demos/Demos/Accordion/Overview/description.md b/apps/demos/Demos/Accordion/Overview/description.md index faa877cd3c22..1171a98190a3 100644 --- a/apps/demos/Demos/Accordion/Overview/description.md +++ b/apps/demos/Demos/Accordion/Overview/description.md @@ -17,4 +17,6 @@ The [animationDuration](/Documentation/ApiReference/UI_Components/dxAccordion/Co ## Customize Item Appearance -Use the [itemTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTemplate) and [itemTitleTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTitleTemplate) properties to customize the panel appearance. If you use the **items** array, you can also specify the [icon](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/items/#icon) property. \ No newline at end of file +Use the [itemTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTemplate) and [itemTitleTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTitleTemplate) properties to customize the panel appearance. If you use the **items** array, you can also specify the [icon](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/items/#icon) property. + +Test change \ No newline at end of file From ebbd9fe9e4a8aa2016500586d9116d863b88c5ad Mon Sep 17 00:00:00 2001 From: "ilya.kharchenko" <14272298+IlyaKhD@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:29:49 +1200 Subject: [PATCH 2/2] Change 2 --- apps/demos/Demos/CheckBox/Overview/description.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/demos/Demos/CheckBox/Overview/description.md b/apps/demos/Demos/CheckBox/Overview/description.md index f34c3afc0172..8f0cf33393f5 100644 --- a/apps/demos/Demos/CheckBox/Overview/description.md +++ b/apps/demos/Demos/CheckBox/Overview/description.md @@ -12,3 +12,5 @@ The component supports the three state mode. In this demo, the [enableThreeState Specify the [onValueChanged](/Documentation/ApiReference/UI_Components/dxCheckBox/Configuration/#onValueChanged) property to handle value changes. In this demo, the [value](/Documentation/ApiReference/UI_Components/dxCheckBox/Configuration/#value) of the "Handle value change" CheckBox is passed to the "Disabled" CheckBox. Click the first CheckBox to see how it affects the second one. You can use the [iconSize](/Documentation/ApiReference/UI_Components/dxCheckBox/Configuration/#iconSize) property to specify custom dimensions for the CheckBox. To add a label to the CheckBox, specify the [text](/Documentation/ApiReference/UI_Components/dxCheckBox/Configuration/#text) property. + +Change 2