Namespace YAHOO.widget.TabView
Extends
YAHOO.util.Element.
YAHOO.widget
A widget to control tabbed views.
Defined in: tabview.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A widget to control tabbed views.
|
- Fields borrowed from class YAHOO.util.Element:
- DOM_EVENTS
- Methods borrowed from class YAHOO.util.Element:
- addClass, addListener, appendChild, appendTo, fireQueue, getElementsByClassName, getElementsByTagName, getStyle, hasChildNodes, hasClass, initAttributes, insertBefore, on, removeChild, removeClass, removeListener, replaceChild, replaceClass, setStyle
Namespace Detail
YAHOO.widget.TabView
A widget to control tabbed views.
- Parameters:
- {HTMLElement | String | Object} el(optional)
- The html element that represents the TabView, or the attribute object to use. An element will be created if none provided.
- {Object} attr
- (optional) A key map of the tabView's initial attributes. Ignored if first arg is attributes object.