My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 183: Resizeable calendar (custom width/height)
2 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 106
Owner:  ----
Closed:  Nov 2009


Sign in to add a comment
 
Reported by Andrei.C...@gmail.com, Nov 12, 2009
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
Andrei,

You can set width using CSS?  Just set the width of the element that you use to
assign the fullcalendar, then as you say, this combined with the aspectration allows
you to conrol the height as well.  You can see an example of the calendar used in a
specific space on a site I'm developing:

http://www.bviccha.freshmango.com

Nov 20, 2009
Project Member #2 adamrs...@gmail.com
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
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 106
Sign in to add a comment

Powered by Google Project Hosting