Preconfiguration "Horizontal tabs"
Creates the
PmgCanvas object configured as switching tabs.
This preconfiguration can be activated when
creating a new Pmg object and is included in the group:
"/ Tabs".
This object contains
variables named
Titles and
Widths of the
String type. The individual values are separated by semicolon.
The Titles variable contains descriptions of the tab titles and also indicates the number of pages.
The Widths variable specifies the width of each tab.
The Index variable sets the active tab.
In the
onMousePress event there is a script that provides the switching of tabs. It also allows to define an action that is executed when the page is switched.
In the start of the
onDraw event, there are variables that can be used for setting up the color appearance of tabs, font size and color and margin width.
These configurators can be set before the preconfiguration is created:
The name of created object | Name (identifier) of the Pmg object. It is used for obtaining the Pmg object by the PmgObject.Items method.
This configurator sets the initial value of the Name property.
The maximum name length is 30 characters.
This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), empty string, spaces and first character must not be a number. |
Tab titles | Tab titles separated by semicolon |
Defined tab widths | Defined tab widths separated by semicolon |
Tab positions |
Over the displayed area (default)
Under the displayed area |
---|