calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Sun Feb 20, 2005 5:23 pm Post subject: How to install FlatCalendarXP on my web page? |
|
|
Simply insert the calendar (iframe) tag to anywhere in your web page, just like any other HTML tag. e.g.
Code: | <iframe name="gToday:mini:agenda.js" id="gToday:mini:agenda.js" src="scripts/calendar/iflateng.htm" scrolling="no" frameborder="0"></iframe> |
Then copy all related calendar files from a certain theme (mini theme is used here) into the "scripts/calendar" directory as indicated in the src property of the iframe tag.
- iflateng.htm
- mini.js
- mini.css
- plugins.js
- agenda.js
Finally, bring up your page in a browser to see a beautiful calendar ... Magic?!
More details can be found in the beginner tutorial.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|