Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by lexa on Aug 29, 2008 06:00
open dhtmlx forum
How to ajax-update tab content

When page is opening, I load data by tabbar.loadXML(path)...

How can I update content in tab using AJAX ??
Answer posted by Support on Aug 29, 2008 06:07
If you using href based mode for tabs ( iframe | ajax-html ) , you can reload content in any tab by 

             tabbar.forceLoad(tab_id,url);