search

goog.ui.TabPane.TabPage

Provided By

Object representing an individual tab pane.

new TabPage( opt_el, opt_title, opt_domHelper )

Parameters
opt_el(Element|null)=

Container element to create the pane out of.

opt_title(Element|string|null)=

Pane title or element to use as the title. If not specified the first element in the container is used as the title.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper The first parameter can be omitted.

Instance Methods

Instance Properties