Do you know a JS library for DOM events simulation? I know that this operation can be done but i can\'t find any library to do it.
UPDATE: I try to
You can use prototype.js to fire your own custom events
e.g. treeContainer.fire('nodeIcon:mousedown', {targetEvent: event, node: node});