Parameter att allows to remotly modify the attributs of any XML/Html tags. |
| Without att | Using att | Comment |
This text is inside a div tag. |
This text is inside a div tag.[onshow.x_style;att=div#class] |
Attribute class is replaced with style2. |
This text is inside a div tag. |
This text is inside a div tag.[onshow.x_style;att=div#class;attadd] |
Attribute class is completed with style2. |
This text is inside a div tag. |
This text is inside a div tag.[onshow.x_nostyle;att=div#class] |
Attribute class is deleted. |
| This text is inside a td tag. | This text is inside a td tag. [onshow.x_color;att=td#bgcolor] | Attribute bgcolor is created. |