enables/disables clipboard support on desktop devices
tree = webix.ui({
view:"tree",
...
clipboard:"insert"
});
If you choose "custom" clipboard, define the onPaste event handler that will define how the copied content will be pasted.