SheetBase

Parent class of different types of sheets. Not to be used directly. More...

Inherited by ComposerSheet and DefaultSheet.

Properties

Detailed Description

Examples: See subclasses. This component is under heavy development.

Property Documentation

defaultcontainer : alias

This documentation is under development and is subject to change.

Content will be put inside the foreround of the sheet.


contentsHeight : real

This documentation is under development and is subject to change.

Override the default height of the contents of the sheet. Total sheet height will be clamped between 40 grid units and the screen height.


contentsWidth : real

Override the default width of the contents of the sheet. Total sheet width will be clamped between 50 grid units and the screen width.


modal : bool

The property controls whether the sheet is modal or not. Modal sheets block event propagation to items under dismissArea, when non-modal ones let these events passed to these items.

The default value is true.


title : string

This documentation is under development and is subject to change.

The text shown in the header of the sheet.