Categories | Question details Back To List | ||||||||
dhtmlx tree error handling problem tree.loadJSON("tree.json"); dhtmlxError.catchError("ALL",myErrorHandler); dhtmlxError.catchError("LoadXML",myErrorHandler); When "tree.json" file doesnot exist, it is giving some syntax error.........instead of rasing error need help............either of the catchError() methods are not working Answer posted by Alex (support) on Aug 31, 2009 03:34 We have added error catcher for json loading. Try to use attached file instead of teh original. The error type is LoadXML Attachments (1)
|