CodeCharge Studio

CalendarStyles Run-Time Variable (ColdFusion)

Applies to

Calendar Form

Type

structure

Access

read/write

Description

Contains the calendar styles that depend on the builder settings.

Note: This variable can be modified in the Before Show event.

Examples

The following example shows how to change some styles.
<CFSET CalendarStyles.Day = "class = 'CellWithBlackText'">
<CFSET CalendarStyles.Today = "class = 'CellWithRedText'">

See also

CurrentStyle variable


On-line, printable versions and updates