Hi,
I am implementing master-detail approval app using SAPUI5. I have a login page that appears when there is no session. I want to know how to implement a full screen page in a master-detail page app. Once, the user logs in, he should be able to resume his old activity in the app.
P.S. I dont want to use a dialog box for this.
Hi Senthil,
Try this:
In your component.js file instead of instantiating the AppView instantiate the LoginView on the click on logon button(i hope you would have one) in the LoginView Controller using the Routing functionality navigate to AppView which will have the Master/Detail pages displayed.
Hope this helps.
Hi Senthil,
Refer this: Approve Purchase Orders
And you can use multiple pages in a single view so you can design multiple pages in single view as per your requirements
Refer this -page: SAPUI5 Explored
Refer this- nav container: SAPUI5 Explored
Regards
Sathish Mani
Add a comment