My hover script dosn't work in tabbar

Hi,



I am using tabbar. I have a page which contains an hover tip. It works fine seperatly but when I put it in tabbar my hover doesn’t work. Could you please help me?


Which loading mode do you use ?


Please, provide any sample to recreate the issue.

I use this code to create tabbar:

tabbar=new dhtmlXTabBar(“a_tabbar”,“top”);
            tabbar.setImagePath(“tabs/codebase/imgs/”);
            tabbar.setStyle(“modern”);           
            tabbar.loadXML(“tabs/tabs2.xml”);

My xml file contains the data about the pages. There is no problem for creating tabs. The problem is I cannot call my hovar function when the page is loaded into tabbar. For example my page name is hover.htm. It works when I use its direct url. …/hover.htm. But when I load it to tabbar via the xml file. I cannot callamy function. Is there any code that blocks my function or I have library clash problem?


Probably you use iframe loading mode.


In this case it is necessary to get the window of tab content to call the function.


tabbar.tabWindow(tabId).someFunction();

No, I don’t use iframe. I tried your suggest but t didn’t work :frowning:

Please provide any kind of sample (or demo link) where problem can be reconstructed
You can send such info directly to support@dhtmlx.com