About Us
Products
Purchase
Downloads
Support
Forums
Contact Us
Site
 Register to post in forums, or Log in to your existing account
 

 Related 
Contents
Common Properties:
  Name *
  Left *
  Top *
  Width *
  Height *
  Align *
  AutoLeft *
  AutoTop *
  DeltaLeft *
  DeltaTop *
  DeltaRight *
  DeltaBottom *
  AutoCenter *
  FullWidth *
  Anchors
  Color
  Enabled
  Hint *
  TabOrder
  TabStop
  Visible
Visual Object Reference
  Common Properties
  Common Events
  ActiveX
  Button
  Checkbox
  CheckGroup
  ColorBtn
  Column
  Combo
  Dock
  Edit
  Grid
  Group
  Image
  Item
  ItemSep
  Label
  List
  Memo
  Menu
  Navigator
  Node
  Page
  Pages
  Panel
  RadioGroup
  Ruler
  SpinEdit
  Splash
  Splitter
  StatusBar
  Style
  Tab
  Tabs
  Toolbar
  Tree
  Window
Related Links:
  Pages
  Tab
  Tabs
Tabs [[zTabs]] 
NOTE: This Design document is subject to change at any time.

Syntax: <TABS property-list>tab-list</TABS>

This control implements a list of "Tabs". Unlike the zPages control, there is no separate panel associated with these tabs. The Tabs control is simply the list of tabs and can be used when you want more control over what happens when you click a tab (rather than just switching to a different page like the zPages control).

Each tab is specified using the <TAB> tag. For example, the above picture was created with the following code:
Code:
<TABS align='top'>
  <TAB caption='Item 1'/>
  <TAB caption='Item 2'/>
  <TAB caption='Item 3'/>
</TABS>


Unlike other zApp controls, the Tabs control does not respond to changes in the current theme. Instead, properties are provided to give more direct control over the look and feel of the tabs. This allows features such as colored tabs that are not supported by Windows themes.

Since the Tabs control shares the same properties as the Pages control, see the zPages documentation for property details.
Viewer Comments [0 - Post your comments]

Jump to:  

© 2009 Zugg Software. Hosted by Wolfpaw.net