Check documentation for the latest version of dhtmlxSuite unload DHTMLX Docs

unload

unloads the carousel component (destructor)

void unload();

Example

myCarousel.unload();
myCarousel = null;

Back to top