onExpand

fires when a user clicks on the expand icon to change the scheduler's size from original to 'full screen'.

void onExpand();

Example

scheduler.attachEvent("onExpand",function(){
    //any custom logic here
});

Details

The event requires the expand extension to be enabled.

See also
Back to top