CCALENDAR Applet |
|
CCalendar is a calendar applet. You can use it as a real calendar choosing the global appearence and the photo you want to show. You can use it as a help for you site's user to entry date in a form field. CCalendar support multilanguage for days and months and adds schedule possibility. CCalendar allow you to link event to the days. If you plan to use CCalendar as a schedule calendar, look the example 3 for precisions. CCalendar allows :
|
CCalendar parameters | ||
|---|---|---|
| lst_img | String list containing the name of the image you wan to appear in the calendar.The separator is the comma point ( ; ). For example lst_img="img01.gif;img02.gif;img03.gif" | |
| color_fond | Background color | |
| color_full | Full day color. This parameter is very important because it presence make the applet becomes a availability applet.
CCalendar verify for each day if a file 'year'.txt ( ex : 1999.txt ) is present.
This file contains a line for each month.
Each line is a string of '0' and '1', one character for one day. 0 for free day, 1 for full day. color_full is the color of the full day. | |
| color_case | Color of the days. Color of free day in planning mode | |
| color_Comment | Comment color. The comment is the string at the bottom of the applet | |
| color_empty | Color of the empty case. The empty case are case without valuable day | |
| form | Form where the field to update is placed | |
| field | Name of the field to update | |
| format | Date format to use in the field. String with
| |
| strict | String to put in the field, instead of the date, when clicking on a full day | |
| nlc | Number of line to keep for the comment rectangle at the bottom of the calendar. The default is 1 | |
| day1..day7 | Support Multilanguage. Enter in these parameters the name of the days in your language. Day1 is Sunday, day7 is Saturday Example in french
| |
| month1..month12 | Support Multilanguage. Enter in these parameters the name of the month in your language. Month1 is January, Month12 is December Example in french
| |
| Write me |