-
Combobox Select Event only fires once (actually for the first time)
Combobox Select Event only fires once (actually for the first time)
I searched on internet,and found this source, but I have no permission to view it
http://www.sencha.com/forum/showthre...ring-only-once
Last edited by mitchellsimoens; 11 Jan 2013 at 1:01 PM.
Reason: snipped bad forum etiquette
-
Sencha - Senior Forum Manager
Did you make sure everything was setup properly? Like the valueField is 100% (case-sensitive) was correct?
-
hi Mitchell,
this is my code, and the "alert info" only occurred for the first time after refresh the page,
so do you have some ideas?
thanks for your response
items : [{
id : 'comboid',
xtype : 'combobox',
style : 'padding:0px 5px 0px 10px;',
fieldLabel : 'NameList',
width : 533,
queryMode : 'local',
store : this.NameListStore,
displayField : 'displayShortName',
valueField : 'name',
editable : false,
listConfig : {
loadMask : false
},
listeners : {
'select' : function(combo, row, index) {
alert("test");
me.fireEvent('testEvent', row);
},
}
}
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us