| CF_CalendarControl V1.2 |
| Version 1.2 |
What is this tag?
CF_Calendar Control is a custom tag designed to allow the addition of a Date and Time picker in any form or ColdFusion Application. The control can be integrated as a drop down widget or displayed flat on a page.
Features/Benefits?
- No Java Applet or JAR file to download or install
- DHTML based Calendar Control
- Widget or Flat on page
- Multiple calendar controls on each page
- Control every aspect of the calendar using CF parameters
- Customizable styles - 4 packaged styles (See Below)
- Cross Browser
- Easy to implement
- Select TIME and DATE values easily
- Multiple language support
- Specify icons and styles
- Much more...
Try the demo
We would love for you to try an online demo of CF_CalendarControl
TRY THE ONLINE DEMO
How to use the Tag:
<CF_DCCOM component="calendarControl" name="date1"></CF_DCCOM>
Full list of Tag Attributes:
| NAME |
Name of form control |
STRING |
| CONTROLNUMBER |
Number of control starting from 1 when multiple are used on a page |
INTEGER |
| DATEFORMAT |
Format of date string returned |
DATE FORMAT STRING |
| STYLE |
Style of the control |
STRING [DEFAULT | WIN2K | BLUE | GREEN] |
| MODE |
Either WIDGET or FLAT calendar |
STRING [WIDGET | FLAT] |
| LANGUAGE |
Language of calendar UI |
STRING [ENGLISH] |
| SHOWTIME |
Showtime on the calendar control |
STRING [YES | NO] |
| STARTDATE |
Initial start date of the calendar |
DATE STRING |
| SIZE |
Size of the date input |
INTEGER |
| SINGLECLICK |
Single click to select date |
STRING [YES | NO] |
| SHOWOVERLAPPINGMONTHS |
Show days from other months on the same control |
STRING [YES | NO] |
| SHOWWEEKNUMBERS |
Show week numbers on the left of the calendar |
STRING [YES | NO] |
Tag Attributes (FLAT Mode only):
| CALLBACK |
JS Function to call when date is clicked |
STRING [JS FUNCTION NAME] |
| FLOAT |
Display the Calendar holding DIV on the left or right |
STRING [LEFT | RIGHT] |
Multiple Styles:
UPDATE HISTORY:
| 5/8/2004 |
Fixed Stack Overflow problem when multiple controls are on the same page
Added new attribute for problem above called CONTROLNUMBER |
Acknowledgements:
CF_CalendarControl uses DHTML licensed from Mihai Bazon.
|