Skip to content

Commit b4e0203

Browse files
Shadow DOM: describe copyStylesToShadowDom (#8077) (#8086)
1 parent eb15fa4 commit b4e0203

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

MenuConfig.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262

6363
<MenuRule Destination="15 Common Concepts/50 Module Structure" SourcePattern="Howto:^Common/Modularity/02 DevExtreme Modules Structure" />
6464

65+
<MenuRule Destination="15 Common Concepts/60 Shadow DOM" SourcePattern="Howto:^Common/Shadow DOM" />
66+
6567
<MenuRule Destination="20 DevExtreme CLI" SourcePattern="Howto:^Common/DevExtreme CLI" />
6668
<MenuRule Destination="25 Angular Application Template" SourcePattern="Howto:^40 Angular Components/30 Application Template" />
6769
<MenuRule Destination="26 Vue Application Template" SourcePattern="Howto:^55 Vue Components/50 Application Template" />

api-reference/50 Common/Object Structures/GlobalConfig/copyStylesToShadowDom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: true
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies whether to copy DevExtreme stylesheets into the Shadow DOM.
99

1010
---
11-
<!-- Description goes here -->
11+
Set this property to `true` to inject DevExtreme stylesheets into the Shadow DOM (if the stylesheets are hosted on the same domain as `index.html`). Set to `false` to skip injection.

0 commit comments

Comments
 (0)