Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by tesi on Jun 04, 2007 16:21
open dhtmlx forum
Tabbar and ajax - how can I do?!

I have a problem with tabbar:

when I click on a tab, I want to load tab content through an ajax call to a function in my server-side components (written in Cold Fusion, but I imagine that in ASP.NET will behave the same way). That function returns a string, and I want to assign that string to a tab content (using setHtmlContent method, or also using .innerHTML property): it simply doesn't work.

I debugged with FireBug and discovered that ajax call succeeds, but it results seems to be blocked by tabbar. If I remove dhtmlxtabbar from my page, the call succeeds and I see the result.

Furthermore, if I do any ajax call on the page that contains dhtmlxtabbar, these all seem to be blocked!

Any suggestion will be greatly appreciated!
Answer posted on Jun 04, 2007 16:49
Unfortunately I can't reconstruct problem, please provide any kind of sample - dhtmlxTabbar doesn't modify any global settings, or create any global objects, so it must not interfere with AJAX loading. So far - this is first report about such problem.


Answer posted by Andrei (Support) on Dec 06, 2014 22:32

The information connected with rich text wysiwyg and editable combobox also can help you, so please check it too.