An <adelia:calendar> tag is created when you insert a Calendar object. The representation of the calendar varies according to whether or not it is linked to an input field (or output field):
- If it is not linked, it is represented as a calendar.
- If it is linked, it is represented as an image button. Clicking the button displays the calendar.
The presence of an <adelia:calendar> tag determines a link with the Adelia Web program to which the current HTML page belongs.
The presence of the ::ADELIA_EVT, ::ADELIA_EVT_NOVALID or ::ADELIA_EVT_UPL value for the OnChange attribute makes it possible, in the Adelia Web program, to associate an event processing block triggered by clicking on a day in the calendar.
Click here to:
see an example,
see more information about inserting a calendar,
see more information about event processing blocks.