X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/multiselect/multiselect-demo.html diff --git a/examples/multiselect/multiselect-demo.html b/examples/multiselect/multiselect-demo.html index 21b847db..6169c8e6 100644 --- a/examples/multiselect/multiselect-demo.html +++ b/examples/multiselect/multiselect-demo.html @@ -1,31 +1,37 @@ - - - - MultiSelect & ItemSelector + + + + + MultiSelect & ItemSelector + + - - - - - - - - - - - - - -

MultiSelect & ItemSelector

-

The js is not minified so it is readable. See multiselect-demo.js.

- - MultiSelect
- -

Press Save with no items selected to see an example of validation applied.

-
- - ItemSelector
-

Supports drag and drop, double-click, button move/reorder, etc. -

- - + + + + + + + + + + + +

MultiSelect & ItemSelector

+

The js is not minified so it is readable. See multiselect-demo.js.

+ +

MultiSelect

+

MultiSelect is a form field type that allows selection of one or more items from a list. The list is + populated using a data Store. Items can be reordered via drag and drop if ddReorder:true is set.

+

This example has allowBlank:false so a validation error will appear when the item's selections + are cleared. Validations for minSelections and maxSelections can also be applied.

+
+ +

ItemSelector

+

ItemSelector is a specialized MultiSelect field that renders as a pair of MultiSelect field, one with + available options and the other with selected options. A set of buttons in between allows items to be + moved between the fields and reordered within the selection. Items can also be moved via drag and drop. + All the same validations as MultiSelect are supported.

+
+ +