MACROMEDIA COLFUSION MX 7-CFML Reference page 54

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfcalendar
Description
Puts an interactive Macromedia Flash format calendar in an HTML or Flash form. Not
supported in XML format forms. The calendar lets a user select a date for submission as a form
variable.
Category
Forms tags
Syntax
<cfcalendar
name = "name of calendar"
height = "height"
width = "width"
selectedDate = "date"
startRange = "first disabled date"
endRange = "last disabled date"
disabled = "true", "false", or no attribute value
mask = "character pattern"
dayNames = "days-of-the-week labels"
monthNames = "month labels"
visible = "Yes" or "No"
enabled = "Yes" or "No"
tooltip = "Tip text"
onChange = "actionscript to invoke">
See also
,
cfform
cfgrid
styles" in Chapter 29, "Creating Forms in Macromedia Flash" in ColdFusion MX Developer's
Guide.
History
ColdFusion MX 7: Added tag.
Attributes
Attribute
name
height
width
selectedDate
54
Chapter 2: ColdFusion Tags
,
,
,
cfinput
cfselect
Req/Opt
Default
Required
Optional
Determined by
Flash
Optional
Determined by
Flash
Optional
None (Flash
shows the
current month)
,
cfslider
cftextarea
Description
The name of the calendar.
The vertical dimension of the calendar specified in
pixels.
The horizontal dimension of the calendar specified
in pixels.
The date that is initially selected. It is highlighted in a
color determined by the form skin. Must be in mm/
dd/yyyy or dd/mm/yyyy format, depending on the
current locale. (Use the
locale, if necessary.)
,
; "About Flash form
cftree
tag to set the
setlocale

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents