Skip to content

Commit 16f37f9

Browse files
authored
DocGen 25_1 result (DevExpress#8009)
1 parent 3256972 commit 16f37f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/Common/TypeScript Guides/10 Best Practices/20 Configuration Components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We recommend using named configuration components that are specific to the UI co
2626
></dxo-card-view-editing>
2727
</dx-card-view>
2828

29-
You can implement named configuration components for nested DevExtreme components, such as the editing [Popup](/Documentation/Guide/UI_Components/Popup/Overview/) within the [DataGrid](/Documentation/Guide/UI_Components/DataGrid/Overview/). To do this, specify **top-level component** names. For instance, to configure Popup animation settings within a DataGrid, implement the `<dxo-data-grid-animation>` configuration component:
29+
You can implement named configuration components for nested DevExtreme components, such as the editing [Popup](/concepts/05%20UI%20Components/Popup/02%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/Popup/Overview/') within the [DataGrid](/concepts/05%20UI%20Components/DataGrid/03%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/DataGrid/Overview/'). To do this, specify **top-level component** names. For instance, to configure Popup animation settings within a DataGrid, implement the `<dxo-data-grid-animation>` configuration component:
3030

3131
<dx-data-grid ... >
3232
<dxo-editing mode="popup" />
@@ -40,7 +40,7 @@ You can implement named configuration components for nested DevExtreme component
4040

4141
[note]
4242

43-
Specify Popup and [Popover](/Documentation/Guide/UI_Components/Popover/Overview/) toolbar items as `<...-toolbar-item>` (both for nested and non-nested controls), and other component toolbar items as `<...-item>`:
43+
Specify Popup and [Popover](/concepts/05%20UI%20Components/Popover/00%20Overview.md '/Documentation/Guide/UI_Components/Popover/Overview/') toolbar items as `<...-toolbar-item>` (both for nested and non-nested controls), and other component toolbar items as `<...-item>`:
4444

4545
<!-- Toolbar item in a DataGrid editing Popup -->
4646
<dx-data-grid ... >

0 commit comments

Comments
 (0)