Tab control

With this control you can display several views in form of a register

Control attributes

Tab positionPlace where the register titles will be displayed. Possible values: top, left, right, bottom
Preload TabsIf this option is enabled, all views will be loaded at start while initializing the tab control, otherwise as recently they will be used when selecting.
IDOptional attribute. Is is used for some special configurations only.
TabHere, you have to define the register pages

Tab attributes

View LinkView that will be displayed on the tab page. If the view is smaller or bigger than the tab control, it will be scaled.
Tab Button Konfiguration of the register titles. All register titles will have the same Dimension (biggest width and hights of the definitions are valid)

Layout attributes

How layouting of a control works is described in chapter Control Layout.

Actions

There are no Actions available for the tab control. You can read more about actions in the chapter Actions.

Events

The following attributes can be changed by a event handler:

visibletrue / false
selecttab0-based index of register page that will be displayed

In chapter Events, you can read more about events.