3-1-Tags:CFCalendar

last edited byusericonlmajano on 23-Aug-2009

Contents

cfcalendar

Description

Category

Other

Implemented

Usage Syntax

<cfcalendar  
	name="String"
	[height="number"]
	[width="number"]
	[selectedDate="date"]
	[startRange="date"]
	[endRange="date"]
	[disabled="String"]
	[mask="String"]
	[firstDayOfWeek="number"]
	[dayNames="String"]
	[monthNames="String"]
	[style="String"]
	[enabled="Boolean"]
	[visible="Boolean"]
	[tooltip="String"]
	[onChange="String"]
	[onBlur="String"]
	[onFocus="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
name String Yes
height number No
width number No
selectedDate date No
startRange date No
endRange date No
disabled String No
mask String No
firstDayOfWeek number No
dayNames String No
monthNames String No
style String No
enabled Boolean No
visible Boolean No
tooltip String No
onChange String No
onBlur String No
onFocus String No

Example Usage

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word

comments Comments (2)

You need to login in order to comment!

lhp13888@yahoo.ca's Gravatar

Alex said

at 10:59:21 PM 16-Sep-2009

this tag does not work. I use it in a very simple sample and I got an error: tag calendar is not supported.
admin@codexwiki.com's Gravatar

url Gert Franz said

at 11:20:58 AM 17-Sep-2009

That's true. It is part of the Railo AJAX extension Andrea Campolonghi is working on.