calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Oct 04, 2011 12:15 am Post subject: How to change the bottom section from Today to Cancel? |
|
|
If you'd like to use a "Cancel" link in the bottom section to close the whole calendar when clicked, simply replace the gsBottom option in the theme-name.js (e.g. contrast.js) with the following:
Code: | var gsBottom="<A class='BottomAnchor' href='javascript:void(0)' onclick='if(this.blur)this.blur();fHideCal();return false;'>Cancel</A>"; |
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|