Widget_tabs - gd-99/symbiogd GitHub Wiki

A tab bar.

Child of $.webos.container.

Options

Options:

    • Number selectedTab: the selected tab index

Methods

  • jQuery tab(arg0, arg1, arg2) : Get/set a tab.
  • String|Number arg0 The tab title or the tab index.
  • String arg1 The new tab contents or, if arg0 is an index, the new tab title.
  • String arg2 The new tab contents, if arg1 is the new tab title.
  • setTabs(tabs) : Create some tabs.
  • Object tabs An object associating the tab title and its contents.

Static methods

This class hasn't any static method.