Hi Divyesh,
If you're using a JS view, you can try something like below on createContent() method:
this.addEventDelegate({ onBeforeRendering: function(oEvent){ var string = "Sample Text"; } }, this);
Regards,
Sai Vellanki.
Hi Divyesh,
If you're using a JS view, you can try something like below on createContent() method:
this.addEventDelegate({ onBeforeRendering: function(oEvent){ var string = "Sample Text"; } }, this);
Regards,
Sai Vellanki.