Hi,
We’ve been using DHTMLX bundle javascript file all.js on our page and recently we’re trying to add DHTMLXScheduler as well. Related javascript files of the scheduler were included in the file. The desired behavior of the page is like following: clicking one link on the page loads the page with scheduler and clicking another loads a simple form. Problem: after the scheduler is being loaded, when we click the second link to load the form, a javascript exception pops up and reads " ‘dhtmlx.destructors.length’ is null or not an object". From what we could tell, it was thrown inside all.js. Any ideas? Thank you in advance for your help!