fires when the user presses the 'CTRL+X' keyboard command (only with the 'keyboard navigation' extension enabled)
ev | object | the event's object |
scheduler.attachEvent("onEventCut", function(ev) {
dhtmlx.message("You've cut the event: <br/><b>"+ev.text+"</b>");
scheduler.updateEvent(ev.id);
});
The event requires the key_nav extension to be enabled.