Check documentation for the latest version of dhtmlxSuite clearAll DHTMLX Docs

clearAll

removes all options from combobox

void clearAll(boolean hideList);
hideListbooleanset false to prevent list hiding, true by default

Example

myCombo.clearAll();

Back to top