fires when the clipboard is enabled and the user presses CTRL+V keys combination
tree.attachEvent("onPaste", function(text) { webix.message("Node is pasted: " + text); });