RemoveItem - method of the PmForm object
Description:
Removes Pmf object (i.e. existing form item).
Syntax:
Empty RemoveItem(String sId)
Parameters:
sId | (String) Pmf object identifier. The value was entered in the sType parameter when creating the object by the PmForm.CreateItem method. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oForm.RemoveItem("sId");