javascript - Change xtype combo to lovcombo EXT JS 2 -


i have list support products shows me names of support products. want combo can choose more 1 value. tried lovcombo not work me.

i appreciate help

        xtype : 'combo',                 fieldlabel: this.i18n.fieldprodapoyo,                      hiddenname  : 'fovafisioprodapoyo',                      displayfield: 'matenombre',                      valuefield  : 'mateid',                   typeahead   : true,                   emptytext: this.i18n.comboproductosemptytext,                   forceselection: true,                   titlecollapse: true,                   triggeraction: 'all',                                     store: new ext.data.jsonstore({                            url : ctx + '/material.do',                            autoload : true,                            remotesort : false,                            baseparams : {                                  op : 'listcombo'                            },                            sortinfo : {                                  field : "matenombre",                                  direction : "asc"                            },                            fields : ['mateid', 'matenombre']                                          }) 

try multiselect:true; in combo. remember work 'ctrl' press when select more 1 value.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -