Class TabManager
Object
|
+--TabManager
- class
TabManager
Manager class that provides static methods to manage the Tab objects. A static object of this class
is avaialable with name TabMgr.
var TabMgr = new TabManager();
Defined in Tabs.js
TabManager
TabManager()
_getTabControlNode
Object _getTabControlNode(parentNode,name)
focusEnclosingTab
void focusEnclosingTab(node)
Makes the Tab that encloses the given DOM node visible.
Parameters:
node - The DOM node object enclosed by a Tab
getTabControl
TabControl getTabControl(name, node)
Returns the TabControl object associated with the given name.
Parameters:
name - The name of the tab control
node - The DOM node object to start the searching of the specified TabControl. If ommited document.body is the default.
switchTo
void switchTo(tcName,tabName,node)
Makes the specified tab of the specified TabControl visible
Parameters:
tabName - The name of the tab
node - The DOM node object to start the searching of the specified TabControl. If ommited document.body is the default.
Copyright 2002 - 2011, MOR YAZILIM
Documentation generated by
JSDoc on Fri Mar 4 11:53:29 2011