Hi experts,
I would like to inspect this demo app and the views it is using.
The problem is I cannot find any view, except App.view.
In App.view you can find this code:
this.app.addPage(sap.ui.htmlview("Home", "view.Home"));
this.app.addPage(this.splitAppLr);
this.splitAppLr.addMasterPage(sap.ui.htmlview("LrMaster", "view.LrMaster"));
this.splitAppLr.addDetailPage(sap.ui.htmlview("LrDetail", "view.LrDetail"));
But when looking in Chrome (F12 -> Sources) I cannot find the Home, LrMaster, LrDetail views but only the controllers? Anyone knows how I can inspect the views?
Link to Demo App : My Inbox
Br
Max