akbkhome

Calendar

The Calendar Toolkit is an extension of the calendar DynCalendar used on pear.php.net, It's been heavily modified to work as a transparent layer ontop of a HTML page, that requires little direct interation with the HTML page.

Source:

http://www.akbkhome.com/svn/javascript/calendar/

Usage

Anywhere in the HTML page (top/bottom/middle whatever..)
<script src="/javascript/calendar/dynCalendar.js" type="text/javascript"></script>

Day

<form name="" action="">
An Input field <input name="thedate"
class="dynCalendar"
calendar:type="day"
calendar:images="/javascript/calendar/images/">
</form>


An Input field

Month

<form action="">
An Input field <input name="thedate"
class="dynCalendar"
calendar:type="month"
calendar:images="/javascript/calendar/images/">
</form>

An Input field

Submitable

<form action="">
An Input field <input name="thedate"
class="dynCalendar"
calendar:type="month"
calendar:submit="yes"
calendar:images="/javascript/calendar/images/">
</form>

An Input field

yes - so far this doesnt work on OSX safari and OSX ie, but does work on OSX firefox..
#0 - ( Link ) on 17 Jan 2005, 19:52 Delete Comment
It would be great to have this as a HTML_QuickForm element ! ;)
#1 - ( Link ) on 18 Jan 2005, 18:28 Delete Comment
This is based on richards code, original here: http://www.phpguru.org/static/dyncalendar.html
#2 - ( Link ) on 08 Feb 2005, 14:00 Delete Comment
i would like to use this popUpCaledar as an extension of quickform PLEASE HELP
#3 - on 13 May 2005, 18:45 Delete Comment
That maybe of some related-interest JSCalendar for HTML_QuickForm: http://www.11abacus.com/dev/pear/HTML/QuickForm/jscalendar.phps

-Philippe
#4 - ( Link ) on 30 Aug 2006, 01:07 Delete Comment

Add a comment (requires javascript!)

Name
Email
Homepage
Comment
 

Edit Document | Create Page:
Contact me at alan@akbkhome.com