Event calendar name:
The name of the event calendar instance. Dw need this to recognize the instance when you have more instance of this control in the same page.
Style CSS file:
The CSS style file to define the graphic aspect of the event calendar. You can duplicate the standard file to create your personalized graphic aspect.
Default month:
The default month. If "Actual Month" selected start from the current month date.
Default month:
The default year. If void start from the current year date.
Recordset:
The recordset where you have the list of events.
Show title:
When checked the event calendar display the list of events for each day in the calendar with a link to the event.
See the example.
Unique column key:
When you check the "show title" you must setup the unique column key field in your database. This field value will be send to the link page to detect the record id for the events to display.
Event title:
When you check the "show title" you must setup the title field in your database. This field value will be display in the link text.
Start event date field:
End event date field:
This are the 2 DataBase fields I use to check if the day has or not active events. You can have 2 type of events, the events with only one day validity and the event with a start date and an end date. With this 2 field you can define all the 2 type of events. If you have a one day validity event you must set only the first field {Start event date field} and if your events has a start date and an end date you must set the 2 fields. When my code detect you set only the first field compare the day with the date find in this field and if my code detect you set the 2 field verify if the day is between the 2 date find in the 2 field.
Link event:
The page where redirect the user when click on a date with event active. To this page is send a parameter "DATE" with value the date clicked. Like this: yourPage.asp?Date=15/05/2005
Title link event:
The Title attribute of the link for the active event.
Link event target:
The target of the active event link.
Prev button Image:
Next button Image:
The 2 images for the previous and next month link.
Prev button Alt:
Next button Alt:
The alt attribute for the 2 images for the previous and next month link.
Day week caption:
The letters displayed in the top cell of each week day column.
Must be a comma separated list of value.