Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Field
        MultiSelect

Class Ext.ux.form.MultiSelect

Package:Ext.ux.form
Defined In:MultiSelect.js
Class:MultiSelect
Extends:Field
xtype:multiselect
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
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 cls : String
A custom CSS class to apply to the field's underlying element (defaults to '').
Field
 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
 disabledClass : String
CSS class added to the component when it is disabled (defaults to 'x-item-disabled').
Component
 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
 dropGroup : String/Array
The ddgroup name(s) for the MultiSelect DropZone (defaults to undefined).
MultiSelect
 fieldClass : String
The default CSS class for the field (defaults to 'x-form-field')
Field
 focusClass : String
The CSS class to use when the field receives focus (defaults to 'x-form-focus')
Field
 height : Number
Height in pixels of the control (defaults to 100).
MultiSelect
 hidden : Boolean
Render this component hidden (default is false). If true, the hide method will be called internally.
Component
 invalidClass : String
The CSS class to use when marking a field invalid (defaults to 'x-form-invalid')
Field
 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
 minSelections : Number
Minimum number of selections allowed (defaults to 0).
MultiSelect
 msgFx : String
Experimental The effect used when displaying a validation message under the field (defaults to 'normal').
Field
 pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent
 pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent
 preventMark : Boolean
true to disable marking the field invalid. Defaults to false.
Field
 validateOnBlur : Boolean
Whether the field should validate when it loses focus (defaults to true).
Field
 validationDelay : Number
The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)
Field
 value : Mixed
A value to initialize this field with (defaults to undefined).
Field
 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
 width : Number
Width in pixels of the control (defaults to 100).
MultiSelect
 x : Number
The local x (left) coordinate for this component if contained within a positioning container.
BoxComponent
 y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

PropertyDefined By
 disabled : Boolean
True if this component is disabled. Read-only.
Component
 hidden : Boolean
True if this component is hidden. Read-only.
Component
 initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By

Public Events

EventDefined By