addTab(id, text, type, size, position, row)
add tab to TabBar
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
id - tab idtext - tab contenttype - reservedsize - width(height) of tabposition - tab index , optionalrow - index of row, optionalclearAll()
reinitialize tabbar
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
enableContentZone(mode)
enable/disable content zone (enabled by default)
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
mode - true/falseloadXML(file,afterCall)
load tabbar from xml file
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
file - link too XML fileafterCall - function which will be called after xml loadingloadXMLString(xmlString,afterCall)
load tabbar from xml string
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
xmlString - XML stringafterCall - function which will be called after xml loadingsetAlign(align)
set align of tabs on tabbar
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
align - left/right for gorizontal tabbar, top/bottom for vertical tabbarsetContent(id,nodeId)
set content of tab
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
id - id of tabnodeId - id of container, or container objectsetContentHTML(id,html)
set content of tab, as HTML string
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
id - id of tabhtml - html stringsetImagePath(path)
reinitialize tabbar
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
path - path to image foldersetMargin(margin)
set distance between tabs
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
margin - margin valuesetOffset(offset)
set offset before first tab on tabbar
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
offset - offset valuesetOnSelectHandler(func)
set content of tab
Object: dhtmlXTabBar
Topic(s): Event Handlers;
File required:dhtmlXTabbar.jsid - id of tabnodeId - id of container, or container objectsetStyle(name)
set style used for tabbar
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
name - any valid style namesetTabActive(tabId)
switch tab to active state
Object: dhtmlXTabBar
Topic(s): Visual appearence;
File required:dhtmlXTabbar.js
tabId - id of tabsetTabBarStyle(name)
set style of tabs in tabbar
Object: dhtmlXTabBar
Topic(s): Initialization;
File required:dhtmlXTabbar.js
name - any of valid tab styles