search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

dp.width = "100%";

Asked by Anonymous
5 years ago.

Hello,
how can I force scheduler to use the full screen width.
I tried dp.width = "100%"; but with no success.
Thank you in advance
Otto

Answer posted by Dan Letecky [DayPilot]
5 years ago.

By default, the Scheduler is rendered inside a div (the placeholder div which you specify using the id parameter of the constructor) which fills the available width (display: block). What you see might be a "margin" on the body element or padding/margin on of one of the placeholder ancestor elements.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.