Hi Rohit,
onInit: function() { this.openDialog(); },
this coding will definitely not work, because "openDialog" is a method of your view. The above coding would only work, if "openDialog" is a method of your controller.
Regards
Michael
Hi Rohit,
onInit: function() { this.openDialog(); },
this coding will definitely not work, because "openDialog" is a method of your view. The above coding would only work, if "openDialog" is a method of your controller.
Regards
Michael