Hi Experts,
I have created two different tiles in two different views. I want a functionality like, when i click in one tile in a view then that tile should be copied to another view.
For this i have written the below code on a press event on the tile,
1.var container = sap.ui.getCore().getControl("tc");
2.container.addTile(oTile_se);
i am able to copy the tile from that view, but i am getting "Undefined error" in line no.2 and the tile is vanishing from that view but is copied to the destined view.
Please give some suggestions how to do this?
Regards,
Imran