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

Function resetCombo

codebase/sources/dhtmlxscheduler.js:10442–10452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10440 scheduler2.detachEvent(id);
10441 });
10442 function resetCombo() {
10443 if (node._combo && node._combo.DOMParent) {
10444 var combo2 = node._combo;
10445 if (combo2.unload) {
10446 combo2.unload();
10447 } else if (combo2.destructor) {
10448 combo2.destructor();
10449 }
10450 combo2.DOMParent = combo2.DOMelem = null;
10451 }
10452 }
10453 })();
10454 window.dhx_globalImgPath = config.image_path || "/";
10455 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