Skip to content

Commit b39b034

Browse files
authored
DocGen 26_1 result (#8886)
1 parent af36393 commit b39b034

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

api-reference/10 UI Components/dxCardView/9 Types/CardHeaderItem/template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This property supports the following values:
2727
- Template container as a jQuery object or DOM Node
2828
- A function that returns a template container (as a jQuery object or DOM node)
2929

30-
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates).
30+
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates').
3131

3232
<!-- tab: index.js -->
3333
$("#card-view-container").dxCardView({
@@ -40,7 +40,7 @@ For more information about templates, refer to the following topic: [DevExtreme
4040

4141
##### Angular
4242

43-
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates).
43+
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates').
4444

4545
<!-- tab: app.component.html -->
4646
<dx-card-view>
@@ -55,7 +55,7 @@ For more information about templates, refer to the following topic: [DevExtreme
5555

5656
##### Vue
5757

58-
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates).
58+
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates').
5959

6060
<!-- tab: App.vue -->
6161
<template>
@@ -75,9 +75,9 @@ For more information about templates, refer to the following topic: [DevExtreme
7575

7676
##### React
7777

78-
[note] Use the React-specific [render](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/cardHeader/items/#render) and [component](/Documentation/ApiReference/UI_Components/dxCardView/Configuration/cardHeader/items/#component) properties instead of **template**.
78+
[note] Use the React-specific [render](/api-reference/_hidden/CollectionWidgetItem/render.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/cardHeader/items/#render') and [component](/api-reference/_hidden/CollectionWidgetItem/component.md '/Documentation/ApiReference/UI_Components/dxCardView/Configuration/cardHeader/items/#component') properties instead of **template**.
7979

80-
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates).
80+
For more information about templates, refer to the following topic: [DevExtreme {Framework} - Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates').
8181

8282
<!-- tab: App.tsx -->
8383
import { CardView, CardHeader, Item } from 'devextreme-react/card-view';
@@ -101,4 +101,4 @@ For more information about templates, refer to the following topic: [DevExtreme
101101
---
102102

103103
#####See Also#####
104-
- [Custom Templates](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates)
104+
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')

api-reference/10 UI Components/dxDropDownBox/1 Configuration/contentTemplate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ A template name or container.
4040

4141
- [DropDownBox - Getting Started](/concepts/05%20UI%20Components/DropDownBox/00%20Getting%20Started%20with%20DropDownBox '/Documentation/Guide/UI_Components/DropDownBox/Getting_Started_with_DropDownBox/')
4242
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')
43-
- [Declare Content in the Markup](/Documentation/Guide/Angular_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup)
43+
- [Declare Content in the Markup](/concepts/40%20Angular%20Components/20%20Component%20Configuration%20Syntax/36%20Declare%20Content%20in%20the%20Markup.md '/Documentation/Guide/Angular_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup')
4444

4545
##### Vue
4646

4747
- [DropDownBox - Getting Started](/concepts/05%20UI%20Components/DropDownBox/00%20Getting%20Started%20with%20DropDownBox '/Documentation/Guide/UI_Components/DropDownBox/Getting_Started_with_DropDownBox/')
4848
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')
49-
- [Declare Content in the Markup](/Documentation/Guide/Vue_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup)
49+
- [Declare Content in the Markup](/concepts/55%20Vue%20Components/20%20Component%20Configuration%20Syntax/36%20Declare%20Content%20in%20the%20Markup.md '/Documentation/Guide/Vue_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup')
5050

5151
##### React
5252

5353
- [DropDownBox - Getting Started](/concepts/05%20UI%20Components/DropDownBox/00%20Getting%20Started%20with%20DropDownBox '/Documentation/Guide/UI_Components/DropDownBox/Getting_Started_with_DropDownBox/')
5454
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')
55-
- [Declare Content in the Markup](/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup)
55+
- [Declare Content in the Markup](/concepts/50%20React%20Components/40%20Component%20Configuration%20Syntax/45%20Declare%20Content%20in%20the%20Markup.md '/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup')
5656

5757
---

api-reference/10 UI Components/dxOverlay/1 Configuration/contentTemplate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ A template name or container.
3232

3333
- [Customize the Content](/concepts/05%20UI%20Components/Popover/05%20Customize%20the%20Appearance/05%20Customize%20the%20Content '/Documentation/Guide/UI_Components/{WidgetName}/Customize_the_Appearance/Customize_the_Content/')
3434
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')
35-
- [Declare Content in the Markup](/Documentation/Guide/Angular_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup)
35+
- [Declare Content in the Markup](/concepts/40%20Angular%20Components/20%20Component%20Configuration%20Syntax/36%20Declare%20Content%20in%20the%20Markup.md '/Documentation/Guide/Angular_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup')
3636

3737
##### Vue
3838

3939
- [Customize the Content](/concepts/05%20UI%20Components/Popover/05%20Customize%20the%20Appearance/05%20Customize%20the%20Content '/Documentation/Guide/UI_Components/{WidgetName}/Customize_the_Appearance/Customize_the_Content/')
4040
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')
41-
- [Declare Content in the Markup](/Documentation/Guide/Vue_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup)
41+
- [Declare Content in the Markup](/concepts/55%20Vue%20Components/20%20Component%20Configuration%20Syntax/36%20Declare%20Content%20in%20the%20Markup.md '/Documentation/Guide/Vue_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup')
4242

4343
##### React
4444

4545
- [Customize the Content](/concepts/05%20UI%20Components/Popover/05%20Customize%20the%20Appearance/05%20Customize%20the%20Content '/Documentation/Guide/UI_Components/{WidgetName}/Customize_the_Appearance/Customize_the_Content/')
4646
- [Custom Templates](/concepts/05%20UI%20Components/zz%20Common/30%20Templates/10%20Custom%20Templates.md '/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates')
47-
- [Declare Content in the Markup](/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup)
47+
- [Declare Content in the Markup](/concepts/50%20React%20Components/40%20Component%20Configuration%20Syntax/45%20Declare%20Content%20in%20the%20Markup.md '/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Declare_Content_in_the_Markup')
4848

4949
---

concepts/50 React Components/40 Component Configuration Syntax/45 Declare Content in the Markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The following UI components allow you to declare content directly in the markup
77
- [Popup](/api-reference/10%20UI%20Components/dxPopup '/Documentation/ApiReference/UI_Components/dxPopup/')
88
- [Resizable](/api-reference/10%20UI%20Components/dxResizable '/Documentation/ApiReference/UI_Components/dxResizable/')
99
- [ScrollView](/api-reference/10%20UI%20Components/dxScrollView '/Documentation/ApiReference/UI_Components/dxScrollView/')
10-
- [Toast](/Documentation/ApiReference/UI_Components/dxToast/)
10+
- [Toast](/api-reference/10%20UI%20Components/dxToast '/Documentation/ApiReference/UI_Components/dxToast/')
1111
- [Tooltip](/api-reference/10%20UI%20Components/dxTooltip '/Documentation/ApiReference/UI_Components/dxTooltip/')
1212
- [ValidationGroup](/api-reference/10%20UI%20Components/dxValidationGroup '/Documentation/ApiReference/UI_Components/dxValidationGroup/')
1313

0 commit comments

Comments
 (0)