removeAttr

Removes an attribute from a model node.


Tag Summary
 
required <removeAttr node="value" name="value" />
 
full tag <removeAttr node="value" name="value" />

Required Attributes
 
node A query expression specifying a single model node. If more than one node match this criteria then the first node will have the attribute removed.
name The name of the attribute to be removed.

There are no optional attributes
 

Example
 
<removeAttr
        node="class"
        name="temp" />

This removeAttribute tag will find the node associated with variable name "class" and remove from that node the attribute named "temp".


© Copyright IBM Corporation 2000, 2006. All Rights Reserved.