|
The following are details on the CALENDAR_DAY variable. For more information on modifying this variable, see the information about the style system.
| view types: | calendar |
| description: | This is a block of HTML for a day on the calendar, which gets insert into %%days%% in the CALENDAR_WEEK variable. |
| can override: | No; users of the style cannot override this. It may only be defined in the style. |
| properties: |
| d |
Day of the month. (1-31) |
| eventcount |
The number of events (journal entries) that occured on that day. |
| dayevent |
If the number of events (journal entries) is greater than zero for any given day,
this property will be equal to the contents of a CALENDAR_DAY_EVENT variable. This is
useful for when you only want to show certain HTML on days with events. |
| daynoevent |
If the number of events (journal entries) is equal to zero for any given day,
this property will be equal to the contents of a CALENDAR_DAY_NOEVENT variable. This is
useful for when you only want to show certain HTML on days without events. |
|
*
Back to Developer Area.
|