CodeCharge Studio

CurrentStyle Run-Time Variable (ColdFusion)

Applies to

Calendar Form

Type

string

Access

read/write

Description

Contains the calendar style of the currently processed block.

Note: This value of this variable can be modified in the Before Show Day, Before Show Week, Before Show Month, and Before Show events.

Examples

The following example shows how to change style.

<CFSET CurrentStyle = "class = 'CellWithBlackText'">

See also

CalendarStyles property


On-line, printable versions and updates