attach minical

how can i attach the minical to a cell without using the scheduler in another cell?
i like to attach 3 months to the layout like in the scheduler/layout example…
but i want a grid in the second cell…

here is the example of minical without sheduler:
dhtmlxScheduler/samples/05_calendar/02_without_scheduler.html

minicalender is scheduler property. Therefore, the scheduler can be initialized in any case. You don’t nee to load any data in it and its container can be hidden:

scheduler.init('scheduler_here',new Date(),"day"); scheduler.renderCalendar({ container:"mini_here", date:scheduler._date, navigation:true, handler:function(date,calendar) alert(date); } });