I am trying to host the scheduler inside a page that has other controls and other styles (a header with css-based navigation, a footer with simple text, and margins on either side of the page).
It appears that unless the top-level
The scheduler seems to be very capable, but I can’t seem to get it to display properly with other controls on the page. I have run up the sample you provide and it works fine, but it has no real content besides the schedule.
Are there guidelines for the specific configuration of style on elements used by the control? It seems that something about other style elements is causing formatting problems with the scheduler, but it’s not anything obvious. Are margins not allowed? I am also finding that the footer shows up in the middle of the calendar, as if the size of the calendar is not being factored into the layout with the default div sizes (width and height of 100% for the div ‘dhx_cal_container’).
Any guidance would be appreciated.