onPaste

срабатывает, когда включён clipboard и пользователь нажимает сочетание клавиш CTRL+V

void onPaste(string text);
textstringтекст, который будет вставлен

Example

tree.attachEvent("onPaste", function(text) {
    webix.message("Node is pasted: " + text);
});

Related samples

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript ui library and page of javascript menu library product.