Page structure

Each page should consist of the following blocks:

  • #ion-header - optional block (autolayout) - is responsible for the page header. It may not be, then the page will not have a header

  • #ion-content - a required block (autolayout) for the entire width and height (between #ion-header and #ion-footer). All other elements must be placed inside this block.

  • #ion-footer - optional block (autolayout) - is responsible for the page footer. It may not be, then the page will not have a footer.

These are visual containers; all their settings (background, color) will be transferred to the constructor.

Last updated