search

goog.ui.TabBarRenderer

Provided By
Extends

Default renderer for goog.ui.TabBars, based on the TabPane code. The tab bar's DOM structure is determined by its orientation and location relative to tab contents. For example, a horizontal tab bar located above tab contents looks like this:

<div class="goog-tab-bar goog-tab-bar-horizontal goog-tab-bar-top">
  ...(tabs here)...
</div>

new TabBarRenderer()

Parameters

None.

Instance Methods

Static Functions

Static Properties