Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jennifer Tenney on Jun 04, 2009 11:14
open dhtmlx forum
Scheduler -- Full screen only?

I have been playing around with the scheduler and it certainly has a lot of features. My one question is... Does it have to be full page? I have tried playing around with the stylesheet to get it to fit inside a smaller area and have had no luck. We would like to use it with our sites navigation built around it but to do that I don't want it full screen and don't want it set at the top left corner.

Any and all help is appreciated.

Jen
Answer posted by Support on Jun 05, 2009 01:37
It can be achieved by wrapping scheduler HTML template in div as 
   <div style='position:relative; height:400px;' > 
            ... scheduler html template ...
   </div> 

You can check attached sample

Attachments (1)
s1.zip27.38 Kb