javascript - How to call a method of view from controller in ExtJs -
i have method in view of application, wrote method there, method working fine need call method controller here code...
listeners:{ itemmousedown : function(obj) { alert(obj.storeitem.data['name']+ ' &' + obj.storeitem.data['data']); } }//this method in view & itemmouseup: function(item) { }// controller section, have call method
please ..
Comments
Post a Comment