Categories | Question details Back To List | ||
dataprocessor attachevent onAfterUpdateFinish Hello, I tried to set the event of dataprocessor for onAfterUpdateFinish but the browser showed javascript error, "object can't support this property or method". Here is my code. I'm using the commercial version, "dhtmlxSuite_2008Rel3_pro_81009" that was purchased 3 days ago. What's wrong? myprocessor.attachEvent("onAfterUpdateFinish", function(){ location.href='/a.do?action=showdisk'; }); Thank you Answer posted by dhxSupport on Mar 27, 2009 04:18 Your version of DataProcessor doesn't support method "attachEvent". This method is availible from version 2.1 (build 90226). Please contact sales@dthmlx.com to update your files |