how can we change the tab heading title for a tabbar?

I need to dynamically change the tab heading for a tabbar. Does dhtmlxtabbar support this?

You can use setLabel method:

tabbar.setLabel(itemId,newLabel);
or
tabbar.setLabel(itemId,newLabel,size);