onCollapse

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

void onCollapse();

Example

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

Details

The event requires the expand extension to be enabled.

See also
Back to top