<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)#),