Skip to content

Commit d26a11c

Browse files
authored
DocGen 25_2 result (#8879)
1 parent 8209448 commit d26a11c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • api-reference/10 UI Components/dxCardView/9 Types/CardHeaderItem

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')

0 commit comments

Comments
 (0)