Adds new items to the current form field. For example, this method adds new items to a drop-down list.
Reference_Syntax.addItem( STRING param1 [, STRING param2 ] )
param1
A valid string representing the value to display in the field.
param2 (Optional)
A valid string representing the new item’s bound value. If empty, the default value is an empty string.
Empty
Model
Object
Form Model
field
XFA 2.1
DropDownList1.addItem("Human Resources");
DropDownList1.addItem("Human Resources")
Populating a drop-down list
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: