disabling the log

How cal I disable the log in dhtmlSchedular without removing the debug.js?


To disable log you can try to remove enable_log method call in the server-side script:


//$scheduler->enable_log(“log.txt”,true);

I have disabled the mentioned server side script but client side validation box is still poping up. and when I removed the dhtmlxscheduler_debug.js files from the include list, I am unable to invoke onEventSave event validations. How to disable the client side logging without interrupting the event call stack. I am attaching the example hereby. please have a look @ it.

-Prashant

sample_log.jsp (16.7 KB)

I got the culprit. I have attached the file.

dhtmlxscheduler_beforeOnEventSave.js.zip (19.5 KB)


the error message can appear if you try to load incorrect xml. To disable this method you can use the following approach:


dhtmlxError.catchError(“LoadXML”,function(type, name, data){});