onEventCopied
Description
Срабатывает, когда пользователь нажимает сочетание клавиш 'CTRL+C' (работает только если включено расширение 'keyboard navigation')
onEventCopied: (ev: object) => void;
Parameters
ev- (required) object - объект скопированного события
Example
scheduler.attachEvent("onEventCopied", function(ev) {
dhtmlx.message("Вы скопировали событие: <br/><b>"+ev.text+"</b>");
scheduler.updateEvent(ev.id);
});
Related samples
Details
примечание
Это событие работает только при активированном расширении key_nav.
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.