How to select without using CTL key in multiselect in extjs -


xtype:"multiselectfield", fieldlabel:combodata.label, allowblank:false, labelalign:"left", autoscroll:false, scroll:false, width:280, height:80, store:combostore, value:combodata.selectvalue ? combodata.selectvalue : combodata.items[0].value, displayfield:"name", valuefield:"value",

you can using combobox , setting multiselect true.

{     xtype: 'combobox',     multiselect: true,     .     .     . } 

the value of combobox array of valuefields of items selected.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -