Parent: $root.$constants
kJSTabsBackStyleColor | The tab background is filled with a color |
kJSTabsBackStyleDefault | The tab background uses a suitable default appearance |
kJSTabsBackStyleImage | The tab background is filled with an image |
kJSTabsJstCenter | The tabs are center justified |
kJSTabsJstLeftOrTop | The tabs are left justified when $side is kJSTabsSideTop or kJSTabsSideBottom, or top justified when $side is kJSTabsSideLeft or kJSTabsSideRight |
kJSTabsJstRightOrBottom | The tabs are right justified when $side is kJSTabsSideTop or kJSTabsSideBottom, or bottom justified when $side is kJSTabsSideLeft or kJSTabsSideRight |
kJSTabsLayoutIconBottom | The tab contains text and an icon. The icon is drawn below the text |
kJSTabsLayoutIconLeft | The tab contains text and an icon. The icon is drawn to the left of the text |
kJSTabsLayoutIconOnly | The tab only contains an icon |
kJSTabsLayoutIconRight | The tab contains text and an icon. The icon is drawn to the right of the text |
kJSTabsLayoutIconTop | The tab contains text and an icon. The icon is drawn above the text |
kJSTabsLayoutTextOnly | The tab only contains text |
kJSTabsSideBottom | The tabs are drawn horizontally,to allow the tab control to be positioned below a paged pane if desired |
kJSTabsSideLeft | The tabs are drawn vertically,to allow the tab control to be positioned to the left of a paged pane if desired |
kJSTabsSideRight | The tabs are drawn vertically,to allow the tab control to be positioned to the right of a paged pane if desired |
kJSTabsSideTop | The tabs are drawn horizontally,to allow the tab control to be positioned above a paged pane if desired |