Documentation

init

inits clipboard buffer

void init();

Example

webix.clipbuffer.init();

Details

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