Sample of scheduler in layout

I looked in most of the documentation and samples for the scheduler deployed thru the layout container.

I thought I would be smart and use the online designer but only the “New” menu selection appears.

How do I pass the container (ie., custom “div”) when I am using code like this:

layout.cells(“b”).attachScheduler();

update dhtmlxcontainer.js with the attached one, and you will be able to use

//cell.attachScheduler(date, mode, container_id); cell.attachScheduler(new Date(), "month", "scheduler_here");|

last parameter - id of html element with scheduler’s html markup
dhtmlxcontainer.zip (7.5 KB)