onBeforeExpand
Description
Wird ausgelöst, wenn der Benutzer auf das Expand-Symbol klickt, um den Scheduler von seiner ursprünglichen Größe auf den „Vollbild"-Modus umzuschalten.
onBeforeExpand: () => boolean
Returns
result- (boolean) - gibt an, ob die Standardaktion des Events ausgeführt wird (true) oder abgebrochen wird (false)
Example
scheduler.attachEvent("onBeforeExpand",function(){
//benutzerdefinierte Logik kann hier hinzugefügt werden
return true;
});
Details
Hinweis
Das Event erfordert, dass das expand Plugin aktiviert ist.
Related API
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.