MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / resetCombo

Function resetCombo

codebase/sources/dhtmlxscheduler.es.js:10438–10448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10436 scheduler2.detachEvent(id);
10437 });
10438 function resetCombo() {
10439 if (node._combo && node._combo.DOMParent) {
10440 var combo2 = node._combo;
10441 if (combo2.unload) {
10442 combo2.unload();
10443 } else if (combo2.destructor) {
10444 combo2.destructor();
10445 }
10446 combo2.DOMParent = combo2.DOMelem = null;
10447 }
10448 }
10449 })();
10450 window.dhx_globalImgPath = config.image_path || "/";
10451 node._combo = new dhtmlXCombo(node, config.name, node.offsetWidth - 8);

Callers 1

editorsFunction · 0.70

Calls 1

destructorMethod · 0.65

Tested by

no test coverage detected