Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sergei on Nov 12, 2008 01:09
open dhtmlx forum
How catch updateFromXML errors?

Hi,
How can I to replace standard alert error window, that shows after wrong updateFromXML calls on my handler?
Answer posted by Support on Nov 12, 2008 02:03
If you mean "Incorrect XML" message

dhtmlxError.catchError("LoadXML",function(a,b,c){
     // any custom reaction here
})