Available modes for filtering the options of a pick list. When custom
is set, a filterFunction
must be specified.
The type for the two lists comprising the pick list, i.e. whether a list contain the source or target items.
Callback that is invoked when items are transferred from one list to the other. See also PickListCfg.onTransfer.
Indicates how an item was transferred from one list to the other.
command
: The item was transferred as a result of the user clicking one of the command buttons next to the lists.dblclick
: The item was transferred as a result of a double click by the user.dragdrop
: The item was transferred as a result of a drag&drop interaction by the user.checkbox
:The item was transferred as a result of a checkbox click by the user.Generated using TypeDoc
A function for filtering the options of a pick list box.