User Guide
cfcalendar 55
startRange Optional The start of a range of dates that are disabled. Users
cannot select dates from this date through the date
specified by the
endRange attribute.
endRange Optional The end of a range of dates that are disabled. Users
cannot select dates from the date specified by the
startRange attribute through this date.
disabled Optional not disabled Disables all user input, making the control read-only.
To disable input, specify
disabled without an
attribute or
disabled="Yes" (or any ColdFusion
positive boolean value, such as True). To enable
input, omit the attribute or specify
disabled="No" (or
any ColdFusion negative boolean value, such as
False).
mask Optional MM/DD/YYYY A pattern that specifies the format of the submitted
date. Mask characters are:
• D = day; can use 0–2 mask characters
• M = month; can use 0–4 mask characters
• Y = year; can use 0, 2, or 4 characters
• E = day in week; can use 0–4 characters
• Any other character = put the character in the
specified location
For more information on masking, see “Masking
input data” in the
cfinput reference page.
firstDayOfWeek Optional 0 Integer in the range 0-6 specifying the first day of
the week in the calendar: 0 indicates Sunday; 6
indicates Saturday.
dayNames Optional S, M, T, W, Th,
F, S
A comma-delimited list that sets the names of the
weekdays displayed in the calendar. Sunday is the
first day and the rest of the weekday names follow in
the normal order.
monthNames Optional January,
February,
March, April,
May, June, July,
August,
September,
October,
November,
December
A comma-delimited list of the month names that are
displayed at the top of the calendar.
style Optional Flash ActionScript style or styles to apply to the
calendar. For more information, see Chapter 29,
“Setting styles and skins in Flash forms” in
ColdFusion MX Developer’s Guide.
enabled Optional Yes Flash only: Boolean value specifying whether the
control is enabled. A disabled control appears in
light gray. This is the inverse of the disabled
attribute.
Attribute Req/Opt Default Description