Check documentation for the latest version of dhtmlxSuite unload DHTMLX Docs

unload

destructor

void unload();

Example

var myAcc = new dhtmlXAccordion(...);
 
// unloading
myAcc.unload();
myAcc = null;

Back to top