Navigating without user interaction
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Sometimes, for example after a user has logged in, you want to automatically navigate to another page | Sometimes, for example, after a user has logged in, you want to automatically navigate to another page. | ||
Do | Do this: | ||
* Place a [[Period action]] on the form. | * Place a [[Period action]] on the form. | ||
* Set a navigating action on it. | * Set a navigating action on it. | ||
Line 7: | Line 7: | ||
* Set the interval to something other than -1 (disabled) for example 10 (ms). | * Set the interval to something other than -1 (disabled) for example 10 (ms). | ||
Note! If you create a | '''Note!''' If you create a ViewModel that requires a root object, be sure to send it or your action will NOT RUN. The [[Index page]] is called without a root object. For this reason, use SysSingleton.oclSingleton instead. | ||
Example of an Index (web) page that automatically navigates to a user dashboard upon login. | Example of an Index (web) page that automatically navigates to a user dashboard upon login. | ||
[[File:Automatic navigation on Index page.png|none|thumb|851x851px]] | [[File:Automatic navigation on Index page.png|none|thumb|851x851px]] | ||
[[Category:Navigation]] | [[Category:Navigation]] |
Revision as of 07:32, 16 March 2023
Sometimes, for example, after a user has logged in, you want to automatically navigate to another page.
Do this:
- Place a Period action on the form.
- Set a navigating action on it.
- Set the disabled expression to something like "disabled when not logged in".
- Set the interval to something other than -1 (disabled) for example 10 (ms).
Note! If you create a ViewModel that requires a root object, be sure to send it or your action will NOT RUN. The Index page is called without a root object. For this reason, use SysSingleton.oclSingleton instead.
Example of an Index (web) page that automatically navigates to a user dashboard upon login.
This page was edited more than 12 months ago on 01/19/2024. What links here