DHTMLX Docs & Samples Explorer

onTemplatesReady Event

Parameters: none

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

Event informs that templates of scheduler is ready - good place for custom view creation.