Required library edition:
Required library file: dhtmlxlayout.js
attaches dhtmlxScheduler to a cell
dhxLayout.cells("a").attachScheduler(null,"month");// the layout will create the container itself //or dhxLayout.cells("a").attachScheduler(null,"month", "scheduler_here"); //or dhxLayout.cells("a").attachScheduler(null,"month", '<div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div><div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div><div class="dhx_cal_tab" name="month_tab" style="right:280px;"></div><div class="dhx_cal_tab" name="timeline_tab" style="right:76px;"></div>');