Skip to content

Commit dfeb026

Browse files
Shadow DOM: describe copyStylesToShadowDom (#8077) (#8085)
1 parent 872025f commit dfeb026

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
@@ -66,6 +66,8 @@
6666

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

69+
<MenuRule Destination="15 Common Concepts/60 Shadow DOM" SourcePattern="Howto:^Common/Shadow DOM" />
70+
6971
<MenuRule Destination="20 DevExtreme CLI" SourcePattern="Howto:^Common/DevExtreme CLI" />
7072
<MenuRule Destination="25 Angular Application Template" SourcePattern="Howto:^40 Angular Components/30 Application Template" />
7173
<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)