calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Feb 15, 2005 5:04 pm Post subject: [PopCalendarXP]How to popup the calendar at a static position in the page? |
|
|
You can do it in 2 ways:
- There is an option in the theme js file called gbFixedPos. Simply set it to true and then set the value of gPosOffset option to the absolute coordinates of the popup position.
- According to the beginner tutorial, you may pass in the posOffset parameter (the 5th one) to each fPopCalendar() call, either relative offset or absolute position. Note this setting will supersede the previous gPosOffset, if any.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|