inits clipboard buffer
webix.clipbuffer.init();
After initialization clipbuffer will monitor key events, and after ctrl-v will fire onPaste event for currently active component ( which can be catched by attachEvent method for related component )
Back to top