Check documentation for the latest version of dhtmlxSuite clear DHTMLX Docs

clear

clears attached content (object / list / html / dhtmlx component)

void clear();

Example

var myPop = new dhtmlXPopup(...);
myPop.clear();

Back to top