Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

  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. 

    Info

    Setting Additional Properties

     

    provides

    additional

    further information about the Advanced property.


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).
    Image Modified
  3. The second Page is now available to use.
    Image Modified

...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@223dfe
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "page" and type = "page" and space = "IFAB"
labelsPage

...

Page Properties
hiddentrue


Related issues