Skip to content

Commit c5d0724

Browse files
committed
upd
1 parent 948c95b commit c5d0724

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • src/overview/xml-capabilities

src/overview/xml-capabilities/jet.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ This section describes XML features specifically when applied as Jet Engine's Fu
66

77
Native tags belong to the implicit `j` namespace, such as `j:Button`. The `j` namespace is not overridable.
88

9-
## data-” attributes
9+
## a:” attributes
1010

11-
`data-` attributes applied to native tags, such as `j:Button`, contribute `data-` attributes to the underlying DOM element.
11+
`a:` attributes applied to native tags, such as `j:Button`, contribute arbitrary textual attributes to the underlying DOM element, as in:
12+
13+
```
14+
<j:Container a:x="10"></j:Container>
15+
```
16+
17+
Using a Fuse store, that attribute would be accessed as `store.v.@x`.
1218

1319
## “key” attribute
1420

0 commit comments

Comments
 (0)