| Issue 183: | Resizeable calendar (custom width/height) | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1.Set the width and height of the calendar to fix the design of a custom page What is the expected output? What do you see instead? Being able to use this calendar on different templates where the calendar should be positioned in a restricted area with a given width / height I know that the height can be set up with the aspectRation but I need to have the width set to(minimize it).
Nov 12, 2009
#1
freshman...@gmail.com
Nov 20, 2009
right, if you initialize a fullcalendar with $('#calendar').fullCalendar(), then add
something like this in your css:
#calendar { width: 800px }
that should hardcode the width.
if you want to dynamically change the width after initialization, that is a different
story...
Nov 26, 2009
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 106 |
|
| ► Sign in to add a comment |