How do I make that the tab has the same title of the label?
thx
The tab title defined while tab creating ( 2nd parameter of addTab command )
It can be changed , at any moment, by
tabbar.setLabel(tab_id,new_label);
I can see the label, but I can not see the title of this.
:S
I could do it by putting a div into the 2nd parameter of the addTab function
tabbar.addTab("id_newTab", "
thx :smiley:
tabbar.addTab("id_newTab", "
New Tab
", "100px");thx :smiley:
You can use any HTML as tab label, and used solution, with inline div tag, is only way to set title for a tab.