This will create editable list-box control.
Callback that will be called when "add item" link is clicked.
Object defining html attributes for controls root element.
Callback that will be called when control is clicked.
Object defining css styles for controls root element.
If true will be editable. (default: false)
If true control will be enabled if false control will be disabled (inactive).
Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.
If true this control definition will be ignored and control will not be initiated.
Callback that will be called when control is initialised.
Reference to item class (constructor that creates items of desired class).
The item class must extend interface Serializable.
List box height in pixels.
Callback that will be called when list item is selected.
Style class to add on root element of the control.
Set initial visibility of control. (default: true)
This will create editable list-box control.