Categories | Question details Back To List | ||
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 Answer posted by Alex (support) on Aug 10, 2009 03:29 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]; |