Hi Micha.
You can try to use something like this:
onInit : function() { this.getView().addEventDelegate({ onBeforeShow : function(evt) { //do stuff }, onAfterShow : function(evt) { //do stuff } }, this); },
Hi Micha.
You can try to use something like this:
onInit : function() { this.getView().addEventDelegate({ onBeforeShow : function(evt) { //do stuff }, onAfterShow : function(evt) { //do stuff } }, this); },