DHTMLX Docs & Samples Explorer

onSchedulerResize Event

Parameters: none

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

Event informs that size of scheduler was changed and data area need to be repainted. Normally you need not care about this event, it can be usefull only if you creating some custom view mode.