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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -