Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by elshan khalilov on Jan 08, 2009 07:26
open dhtmlx forum
tabbar's setLabel funtionality

Hi,

Somehow after setting

tabbar.enableTabCloseButton(true);

a can't set new label for a tab with

tabbar.setLabel('Tab_1','new_tab_label');

til I set it back with

tabbar.enableTabCloseButton(true);

what is the relation?

SPASIBO!
Answer posted by Support on Jan 08, 2009 09:10
This is known issue with latest version of tabbar.
Fix will be released as part of next build, as for now - please try to include attached patch after default tabbar's files - it will fix incorrect behavior. 
Attachments (1)
Answer posted by elshan khalilov on Jan 08, 2009 09:16
Thanks!