enables/disables clipboard support
tree = new 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.