sets new value for clipboard buffer
text | string | new text for clipboard buffer |
webix.clipbuffer.set("Some text");
IMPORTANT - method doesn't place text in clipboard, value will be available in clipboard only if user will press ctrl-c after .set command
Back to top