search

goog.ui.TabPane

Provided By
Extends
All Implemented Interfaces
warning Deprecated

Use goog.ui.TabBar instead.

TabPane widget. All children already inside the tab pane container element will be be converted to tabs. Each tab is represented by a goog.ui.TabPane. TabPage object. Further pages can be constructed either from an existing container or created from scratch.

new TabPane( el, opt_tabLocation, opt_domHelper, opt_useMouseDown )

Parameters
el(Element|null)

Container element to create the tab pane out of.

opt_tabLocationgoog.ui.TabPane.TabLocation=

Location of the tabs in relation to the content container. Default is top.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

opt_useMouseDownboolean=

Whether to use MOUSEDOWN instead of CLICK for tab changes.

See Also

../demos/tabpane.html

Instance Methods

Instance Properties

Classes

Enumerations