This topic describes common tasks that you can perform while connecting multiple pages. For more detailed information, click the links in the right column.
| To perform this task... |
Follow these steps |
| Add components |
|
| Create a page |
- In the Navigation Editor, right-click and choose New Page.
- In the Select Page Name dialog box, type the name of the new page.
|
| Delete a connector |
|
| Delete a page |
|
| Open page in the Visual Designer |
|
| Rename a connector |
- In the Navigation Editor, double-click the connector to rename.
- Type in the new name and press Enter.
|
| Set dynamic navigation |
- If necessary, create the source page and
the component that triggers the navigation.
- Create the destination pages.
- Drag a new connector from the source page to each destination page.
- Right-click the component that triggers the navigation and choose Decide Case With
Code.
- In the Java Editor, set the return statement of the action method to a
connector name.
|
| Set static navigation |
- If necessary, create the source page and the component that triggers the navigation.
-
Create the destination page.
- Click the source page to display its components.
- In the source page, click the component that triggers the navigation and drag the connector to the destination page.
|