()
| 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); |