onEventCopied
Description
Wird ausgelöst, wenn der Benutzer die Tastenkombination 'CTRL+C' drückt (funktioniert nur, wenn die Erweiterung 'keyboard navigation' aktiviert ist)
onEventCopied: (ev: object) => void;
Parameters
ev- (required) object - Das Objekt des kopierten Events
Example
scheduler.attachEvent("onEventCopied", function(ev) {
dhtmlx.message("Sie haben das Event kopiert: <br/><b>"+ev.text+"</b>");
scheduler.updateEvent(ev.id);
});
Related samples
Details
Hinweis
Dieses Event funktioniert nur, wenn die key_nav Erweiterung aktiviert ist.
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.