set

sets new value for clipboard buffer

void set(string text);
textstringnew text for clipboard buffer

Example

webix.clipbuffer.set("Some text");

Details

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