Unable to access global variable entire one controller in sencha
问题 I have been trying to access global value inside one controller, but could not access it. i have been following this How to define global variable in sencha but could not set and access global values. in Controller config: { successMessage:100, control: { 'submitnewword': { activate: 'onActivate', itemtap: 'onItemTap', ConfirmTestCommand:'Confirm' }, ....... }, onSearchKeyUp: function(searchField) { success: function (response) { this.setSuccessMessage(1); } else { this.setSuccessMessage(0);