Tabs¶
- component fbx.ui.page.Tabs¶
Tabs is a container object used to contain a set of views in an application. Application may display sibling pages.
- property baseUrl¶
URL acting as a root of pages URLs.
- property model¶
A list model with at least title and url properties.
Titles will be used in tabs, urls are relative to
baseUrl
.Other properties in the model will be passed to the pages upon loading.
- property commonProperties¶
A list of string corresponding to additional properties user sets to the Tabs element that must be passed to each page upon instanciation.
- property currentIndex¶
Index of page currently displayed.
- property tip¶
Currently shown page item.