Properties Methods Events Config Options Direct Link

Class Ext.ux.form.MultiSelect

Package:Ext.ux.form
Defined In:MultiSelect.js
Class:MultiSelect
Extends:Object
A control that allows selection and form submission of multiple list items.

Config Options

Config OptionsDefined By
 allowBlank : Boolean
False to require at least one item in the list to be selected, true to allow no selection (defaults to true).
MultiSelect
 allowBlank : Boolean
False to require at least one item in the list to be selected, true to allow no selection (defaults to true).
MultiSelect
 ddReorder : Boolean
Whether the items in the MultiSelect list are drag/drop reorderable (defaults to false).
MultiSelect
 ddReorder : Boolean
Whether the items in the MultiSelect list are drag/drop reorderable (defaults to false).
MultiSelect
 delimiter : String
The string used to delimit between items when set or returned as a string of values (defaults to ',').
MultiSelect
 delimiter : String
The string used to delimit between items when set or returned as a string of values (defaults to ',').
MultiSelect
 displayField : String/Number
Name/Index of the desired display field in the dataset (defaults to 0).
MultiSelect
 displayField : String/Number
Name/Index of the desired display field in the dataset (defaults to 0).
MultiSelect
 dragGroup : String/Array
The ddgroup name(s) for the MultiSelect DragZone (defaults to undefined).
MultiSelect
 dragGroup : String/Array
The ddgroup name(s) for the MultiSelect DragZone (defaults to undefined).
MultiSelect
 dropGroup : String/Array
The ddgroup name(s) for the MultiSelect DropZone (defaults to undefined).
MultiSelect
 dropGroup : String/Array
The ddgroup name(s) for the MultiSelect DropZone (defaults to undefined).
MultiSelect
 height : Number
Height in pixels of the control (defaults to 100).
MultiSelect
 height : Number
Height in pixels of the control (defaults to 100).
MultiSelect
 legend : String
Wraps the object with a fieldset and specified legend.
MultiSelect
 legend : String
Wraps the object with a fieldset and specified legend.
MultiSelect
 maxSelections : Number
Maximum number of selections allowed (defaults to Number.MAX_VALUE).
MultiSelect
 maxSelections : Number
Maximum number of selections allowed (defaults to Number.MAX_VALUE).
MultiSelect
 minSelections : Number
Minimum number of selections allowed (defaults to 0).
MultiSelect
 minSelections : Number
Minimum number of selections allowed (defaults to 0).
MultiSelect
 valueField : String/Number
Name/Index of the desired value field in the dataset (defaults to 1).
MultiSelect
 valueField : String/Number
Name/Index of the desired value field in the dataset (defaults to 1).
MultiSelect
 view : Ext.ListView
The Ext.ListView used to render the multiselect list.
MultiSelect
 view : Ext.ListView
The Ext.ListView used to render the multiselect list.
MultiSelect
 width : Number
Width in pixels of the control (defaults to 100).
MultiSelect
 width : Number
Width in pixels of the control (defaults to 100).
MultiSelect

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.