Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Umair Tariq on Aug 10, 2009 00:32
open dhtmlx forum
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];