Multiselect

Skip to end of metadata
Go to start of metadata

Configuration

Name
Type
Description
store
array
Key/Value pairs for the available options.
width
integer
 
height
integer
 

Additionally you can use every configuration property of Ext.ux.form.MultiSelect to customize the select widgetin editmode.

Example

 <?php echo $this->multiselect("multiselect", array(
    "width" => 200,
    "height" => 100,
    "store" => array(
        array("value1", "Text 1"),
        array("value2", "Text 2"),
        array("value3", "Text 3"),
        array("value4", "Text 4"),        
    )
)) ?>

Labels

fefw fefw Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.