프로그래머 안내서 > 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
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.
도움이 되셨나요?