focus

moves focus to the clipboard buffer

void focus();

Example

webix.clipbuffer.focus();

Details

Normally you do not need to call this method directly.

Back to top