setInternalAttribute method
Sets an attribute value. Allows setting of Arbortext internal attributes which are excluded from standard DOM processing.
setInternalAttribute(name, value)
Parameters
String name
Name of attribute to set.
String value
New value for attribute.
Returns
boolean. Returns true if a new attribute value was stored. Returns false otherwise.
這是否有幫助?