DHTMLX Docs & Samples Explorer

init(contaner_id, date, mode)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxscheduler.js

initialize scheduler

  • container id - id or object of html container, inside which the scheduler will be created
  • date - js date object, initial date in scheduler, optional - current date will be used by default
  • mode - name of default mode as string ( “month”,”day”,”week” ), optional - “week” by default

Method must be called only once.