Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

  1. Id - unique identifier of the control
  2. 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.
  3. 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

  1. Header - This is where Page Header UI elements can be added. Sections of a header are Content Left, Content Middle and Content Right.
  2. 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


  3. Footer - Page Footer is defined here (e.g. Buttons for specific actions or navigation)

Step-by-step guide

How to add a Page - Expert

  1. Select the Project by clicking on it in the Project Structure.
  2. Right click on the Project component and select Add Page (Expert).

  3. The second Page is now available to use.




  • No labels