dhtmlx tabbar

Hi



I am using dhtmlx tabbar in href mode. I have id of a tab, how can I get the href of that tab?



Regards


Hello,


there are not public methods to get href by id. You can try to use the following private approach in this case:


var href = tabbar._hrefs[tabId];