on ‎2015 Dec 08 1:28 AM
Hi everyone,
I'm developing a web application and what I want to do now is navigating between two js views.
When I use shell to do that I found I don't need the original style of shell like the black area or logout button.
So my question is how could I navigate between two js views and not use shell?
Thanks!
Cassie
Request clarification before answering.
Hi Cassie,
if you are declaring the page dynamically in index.html
you can use app.to("pageid");
Regards
Siddhartha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cassie,
Use Routing Mechanism: Navigation between views using Routing and para... | SCN
If there are less number of views, then you can use nav container: Plunker
Regards,
Sai Vellanki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cassie,
If your using js views (sap.ui.jsview). Still you can use routing mechanism for that. Routing belongs to core library as well.
API: JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.core.routing.Router
Helpful Link: Step 3: Navigation and Routing - User Interface Add-On for SAP NetWeaver - SAP Library
Regards,
Sai Vellanki.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.