To provide more flexibility in defining a Page, an expert mode is available. In this type of page, the Header, Content (Body) and Footer should and can be defined in a more customized way.
Core properties of the Page - Expert:
- Id - unique identifier of the control
- OnLoad - a JavaScript function can be set here which will be called on the initial load of the Page. Typical use of this is for initialization of values.
- Advanced - properties of the control not available in the above list can be added here. Setting Additional Properties provides additional information.
Areas of Page - Expert
- Header - This is where Page Header UI elements can be added. Sections of a header are Content Left, Content Middle and Content Right.
- Content (Body) - This is where most of the UI Elements are added/defined. The content can be treated similar on how to add UI Elements on a Page as described in How to add UI elements to the App
- Footer - Page Footer is defined here (e.g. Buttons for specific actions or navigation)
Step-by-step guide
How to add a Page - Expert
- Select the Project by clicking on it in the Project Structure.
- Right click on the Project component and select Add Page (Expert).
- The second Page is now available to use.
Related articles
Add Comment