This page is for application designers who want to add a button that opens a different screen.An application user triggers an action by clicking on a button. When you design a screen, you
When using your application, the application user needs to be able to navigate to different screens. You can provide navigation to different screens using:
One common action for a button is to open a different screen. As this is something you need to do frequently, PhixFlow provides an easy way to wire an "open screen" actionflow to a buttona button to an actionflow that opens a screen.
- Open the screen on which you want to add the button which will open another screen.Unlock .
- Right-click and
Insert excerpt |
---|
| _unlock |
---|
| _unlock |
---|
nopanel | true |
---|
|
the screen. - In the repository, find the screen that you want the button will open and drag it to open. Drag the screen onto the screen canvas. Drop and drop it where you want the button to be.
- PhixFlow adds a button to the screen canvas.
The button design is from the default component, which is set in the application properties → → Styles tab → Default Components section→ Table Action Component. - PhixFlow also also creates an actionflow to open the second screen and wires it to the button.
- To test the button, either the screen or switch to
Insert excerpt |
---|
| _app_mode |
---|
| _app_mode |
---|
nopanel | true |
---|
|
. Click the button to check that it opens the required screen.