-
IE7 issue
IE7 issue
I am sending control to server along with parameter for change event of combobox
by using below code .
listeners:{render:function(){this.on({check:function(){
var msg =Ext.get("check");
if(this.checked){
msg.load({url :urlpath,
params:'role='+Ext.get('role').getValue()
});
}
}});}}
above code working properly in mozilla firefox but in IE7 is not working please any one help me
thanks in adnvance
-
Sencha - Community Support Team
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us