Programmer's Guide > Interfaces > AElement interface > setInternalAttribute method
  
setInternalAttribute method
Sets an attribute value. Allows setting of Arbortext internal attributes which are excluded from standard DOM processing.
setInternalAttribute(name, value)
Parameters
Stringname
Name of attribute to set.
Stringvalue
New value for attribute.
Returns
boolean. Returns true if a new attribute value was stored. Returns false otherwise.