onEventCut
Description
Срабатывает, когда пользователь нажимает сочетание клавиш CTRL+X (только при включенном расширении 'keyboard navigation')
onEventCut: (ev: object) => void;
Parameters
ev- (обязательно) object - объект события
Example
scheduler.attachEvent("onEventCut", 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.