Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Oct 07, 2008 08:05
open dhtmlx forum
DHX Tabbar: I want to see the AJAX response when tabbar is loaded

Hi there,
I want to see the AJAX response when tabbar is loaded, How to see it as I want to redirect it to different page according to the response.
Answer posted by Support on Oct 07, 2008 08:22
tabbar.setOnLoadingEnd(function(){
    alert(tabbar.XMLLoader.xmlDoc.responseText);
});