CodeCharge Studio

CalendarStyles Run-Time Property (PHP)

Applies to

Calendar Form

Type

array

Access

read/write

Syntax

object->CalendarStyles [= value]

Description

Contains the calendar styles that depend on the builder settings.

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

Examples

The following example shows how to change some styles.
$Calendar1->CalendarStyles["Day"] = "class = 'CellWithBlackText'";
$Calendar1->CalendarStyles["ToDay"] = "class = 'CellWithRedText'";

See also

CurrentStyle property


On-line, printable versions and updates