Added advanced removeAttributes tag
This commit is contained in:
parent
93b9c9b1b0
commit
d912ee10b7
2 changed files with 10 additions and 0 deletions
|
@ -184,6 +184,10 @@ Advanced XML
|
|||
<mod:setAttributes a="1" b="2" />
|
||||
Sets/adds one or more attributes on the context tag.
|
||||
|
||||
<mod:removeAttributes a="" b="" />
|
||||
Removes one or more attributes on the context tag (the values here
|
||||
will be ignored). This was introduced in SMM 1.7.
|
||||
|
||||
<mod:removeTag />
|
||||
Removes the context tag entirely.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue