Hi All,
May be a simple question; I'm using a multipage app with 3 different pages - all are visible (can switch in between) when editing/previewing. However, when viewing the app - I cannot switch between them? I cannot see any option to do so.
Any help would be appreciated.
Hi there @MaElectra ,
You can use a Navigation Component which already has embedded the options to move from one page to another:
Hi @MiguelOrtiz
Thank you for your reply. I managed the same with a button group and event handlers - just thought there may be a native option.
Does the same function, I guess!
Thanks again.
1 Like
Hey @MaElectra I wanted to callout this recent ship that should make setting up navigation component much smoother!
We have an exciting quick win ship that is out now in cloud 3.102 (and therefore edge-3.102, which should be out in the next week or so).
We have added 2 new globals to multipage apps:
retoolContext.currentPage: This will store the id of the current page of the app.
retoolContext.pages: This will store an array of objects, each representing a page. For now, each page object will contain the following information (if you have other attributes you’d like us to expose, please let us know!):
…
2 Likes