`<layout:tablist>`
</...>
Defines a container for a set of tabs.
Content
Attributes
- `defaultTabId`
string
The tab which is defaultly open upon the page initially loading
- `id`
string
(Required) Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
- `panelbgcolor`
string
Panel Background Color
Background Color of the content panel in the Tablist
- `panelfontcolor`
string
Panel Font Color
Font Color of the content panel in the Tablist
- `panelpadding`
int
Panel Padding
Controls the padding of the content panel in the Tablist
- `tabbgcolor`
string
Tab Background Color
Background Color of Tabs in the Tablist
- `tabborder`
string
Tab Border
Applies a Border to the Tabs in the Tablist
- `tabborderradius`
int
Tab Rounded Corners
Controls how rounded the corners of the Tabs in the Tablist are
- `tabfontcolor`
string
Tab Font color
Font Color of the Tabs in the Tablist