sets the text of a tab
text | string | tab's text |
var myTabbar = new dhtmlXTabBar("parentId");
myTabbar.addTab("a1", "Rage", null, null, true);
myTabbar.addTab("a2", "Motorhead");
// change text
myTabbar.tabs("a1").setText("Rage!!!");
added in version 4.0
Back to top