Files
Mozilla/mozilla/calendar
pavlov%pavlov.net 7b32c8ec25 adding some integer validation code to the textboxes and adding code to delete properties from the event object if they are empty in the dialog
git-svn-id: svn://10.0.0.236/trunk@174315 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 21:58:28 +00:00
..
2004-10-29 19:39:38 +00:00

Mozilla Calendar Readme
-----------------------

Directory Explanation:

resources/
	 content/ - This directory contains all the XUL and JS files needed for the calendar.
               /test      - Test files for the calendar. These are not needed to run it.
         locale/  - Where the text for the calendar ends up, as well as definitions for dates and date formats.
            en-US/
         skin/    - Graphics and CSS files defining the look of the calendar.
            modern/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
            classic/
               ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events.
   
libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.