Removes an XML attribute from a
custom third-party XML packet that is added to the XML source of
a form design.
SyntaxReference_Syntax.removeAttribute( STRING param )
Parameters
param
|
A valid string representing the name of
the property to remove.
|
ExamplesUsing
a custom XML packet named myCustomPacket with an
attribute named id, you could remove the attribute
using the following scripts:
JavaScriptxfa.myCustomPacket.removeAttribute("id");
FormCalcxfa.myCustomPacket.removeAttribute("id")
|
|
|