a constructor of a dhtmlxScheduler object
container | string|HTMLElement | an HTML container (or its id) where a dhtmlxScheduler object will be initialized |
date | Date | the initial date of the scheduler (by default, the current date) |
view | string | the name of the initial view (by default, "week") |
scheduler.init("scheduler_here",new Date(2010,0,6),"month");