Tab

Component to represent a single tab in a Tabs environment. More...

Inherits StyledItem

Properties

Signal Handlers

Detailed Description

Examples: See Tabs.

Property Documentation

iconSource : url

This documentation is under development and is subject to change.

The location of the icon that is displayed inside the button used to select this tab (optional). Either title or iconSource, or both must be defined. Deprecated because our new tab buttons in the header do not display an icon.


read-onlyindex : int

The property holds the index of the tab within the Tabs.


page : Item

The contents of the page. Use a Page or a Loader that loads an external Page.


title : string

The title that is shown on the tab button used to select this tab.


Signal Handler Documentation

Tab::onPageChanged()

When page is updated, set its parent to be tab.