Check documentation for the latest version of dhtmlxSuite unload DHTMLX Docs

unload

destructor, unloads dhtmlXFileSelector instance and clears memory

void unload();

Example

var myFileSelector = new dhtmlXFileSelector(...);
 // unloading
myFileSelector.unload();
myFileSelector = null;

Back to top