Hi Experts ,
How do i
call afunction present in view from its controller. I am using
var oView =this.createId("xyz"); //from the controller
//view xyz contains a method named abc.I am trying to call that using
oView.abc();
Hi Experts ,
How do i
call afunction present in view from its controller. I am using
var oView =this.createId("xyz"); //from the controller
//view xyz contains a method named abc.I am trying to call that using
oView.abc();