set

sets new value for clipboard buffer

void set(string text);

Parameters

textstringnew text for clipboard buffer

Example

webix.clipboard.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