Sophie Net: Vamp HQ - Luxor XUL - Rachel - The Saturn Times - The Richmond Post
OverviewTag GroupsCore AttributesIndexHelp

<tabbox>

<tabbox>..</tabbox>

Defines a box that displays tabbed pages.

Contents

tabs + tabpanels +

Appears In

xul , boxes

Examples

<tabbox>
  <tabs>
    <tab label="Mail" />
    <tab label="News" />
  </tabs>

  <tabpanels>
    <tabpanel id="mailtab">
      <button label="Check For Mail" />          
    </tabpanel>

    <tabpanel id="newstab">
      <button label="Clear News Buffer" />
    </tabpanel>

  </tabpanels>
</tabbox>

OverviewTag GroupsCore AttributesIndexHelp

Hosted by SourceForge SourceForge Logo Send your comments, suggestions, praise or sonnets to webmistress@vamphq.com Copyright © 2001, 2002 Gerald Bauer