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