The DomNode class / om.DomNode methods |
Delete the specified attribute from the DOM node.
The removeAttribute() method deletes the attribute identified by the name passed as parameter.
DOM node attribute names are case-sensitive.
If the attribute does not exist for this node the method returns silently.
DEFINE node om.DomNode ... CALL node.removeAttribute("comments")