I want to have the scheduler only in a ‘timeline’ mode. I do not want to show the navigation bar. I am using DhtmlxLayout to place the scheduler in the page. It seems by default navigation bar is shown when used with DhtmlLayout.
This is stopping me from continuing further! Can someone help?
In your case we are interested in container_id. You can put mark up of your scheduler somewhere:
[code]
[/code]
And then pass "scheduler_here" as container id. Notice I've also set to not display navigation section.
Additionally you would need to set
[code]
scheduler.xy.nav_height = 0;
[/code]
Kind regards,
Ilya