Attr Tag
The attr tag is used to hold attributes to be used by several different tags in one place so as to reduce the script size and attributes for several tags can be easily changed.
The name of the attr object to be used can be specified as a attribute to any
other tag.
ex:-

<attr buttonattr>
bcolor="200,230,240",
border=0,
uimage=up.gif,
dimage=down.gif,
rimage=roll.gif,
</attr>
<button b1,pos="2,2,200,200",attr=buttonattr></button>
 

Attributes

Messages

Events

DataValues
The attribute tag can provide the value of any attribute specified within its tag body as data value.
 
Ex:-

<attr attr1,text=hello></attr>

vsr.print(#attr1.get(text)#),