Categories | Question details Back To List | ||||||||
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)
|