Removes an XML attribute from a custom third-party XML packet that is added to the XML source of a form design.
Reference_Syntax.removeAttribute( STRING param )
param
A valid string representing the name of the property to remove.
Empty
Model
Object
XFA Model
packet
XFA 2.1
Using a custom XML packet named myCustomPacket with an attribute named id, you could remove the attribute using the following scripts:
xfa.myCustomPacket.removeAttribute("id");
xfa.myCustomPacket.removeAttribute("id")
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: