Displaying Scheduler in a div

Sorry if this is a silly question, but I am able to get the scheduler to display when it is full screen, however, I would like it to be displayed in a div within a html. How can you do this?

Thanks.

If we are talking about the standalone scheduler - you can use any DIV on page, just place the scheduler’s code in it and use that div id in the scheduler.init command.

docs.dhtmlx.com/doku.php?id=dhtm … ialization

instead of scheduler_here DIV you can use any custom DIV on a page.