CalendarXP.net Support Forum Index CalendarXP.net Support
Most forums here are private and invisible to public.
 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[FlatCalendarXP]How to set the calendar to fill the width of the page?

 
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q.
View previous topic :: View next topic  
Author Message
calendarxp
Site Admin


Joined: 30 Jan 2005
Posts: 409

PostPosted: Tue Feb 15, 2005 7:17 pm    Post subject: [FlatCalendarXP]How to set the calendar to fill the width of the page? Reply with quote

Since verion 9.0.195, when the giCellWidth option is set to -1, the calendar engine will smartly pick up a value at its best effort to make sure the total width of the entire calendar fit in with the direct parent tag (the one enclosing the calendar tag). However, the minimum width of the calendar is still guarded by the width property of the <iframe> calendar tag, which means the total width will never be less than it.

So, to implement a calendar that has a minimum width of 50 and fits in with the page width otherwise, you just need the following code in page:

Code:
<div style="width:100%">
<iframe width="50" ... ></iframe>
</div>


and the following in the theme-name.js file:

Code:
var giCellWidth=-1;


Of course, you may use table tag instead of div tag to enclose the calendar.

_________________
Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q. All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Copyright 2003- Idemfactor Solutions, Inc. All rights reserved.
Powered by phpBB © 2001, 2005 phpBB Group