removeInternalAttribute method
Deletes an attribute value. Allows deletion of Arbortext internal attributes which are excluded from standard DOM processing.
removeInternalAttribute(name )
Parameters
String name
Name of attribute to delete.
Returns
boolean. Returns true if the attribute was deleted. Returns false otherwise.
这对您有帮助吗?