enables/disables clipboard support
tree = new webix.ui({ view:"tree", ... clipboard:"insert" });
If cliboard is defined as "custom", you need to specify onPaste behavior attached to the same-name event.