Popup Calendar Widget

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Six Feet Up last modified Feb 16, 2011 02:08 AM

The PopupCalendarWidget is meant to replace the default calendar widget with an input field and a javascript popup calendar based on the DHTML Calendar that is included with Plone.

Project Description

Popup Calendar Widget

About

The PopupCalendarWidget is meant to replace the default calendar widget
with an input field and a javascript popup calendar based on The DHTML
Calendar that is included with Plone.

Example

Create a calendar that doesn't show the time, starts on Wednesday, and isn't single click.

from Products.PopupCalendarWidget.PopupCalendarWidget import PopupCalendarWidget    

DateTimeField('theDate'
    widget = PopupCalendarWidget(
        label = 'The Date',
        description = 'Enter a date',
        shows_time = 'false',
        firstDay = '3',
        singleClick = 'false',
    ),
),

The widget takes most of the javascript parameters that the DHTML calendar takes. See the README file for a full list of parameters.

Current Release
Popup Calendar Widget 1.0.5

Released Apr 20, 2009 — tested with Plone 3, Plone 2.5, Plone 2.1

Bug fixes
More about this release…

Download file Get Popup Calendar Widget for all platforms
Products.PopupCalendarWidget Egg
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0.5 Apr 20, 2009 Bug fixes More about this release…
Plone 3
Plone 2.5
Plone 2.1
GPL final
1.0.3 Aug 23, 2007 Fixed a bug with the helper_css in the widget More about this release…
Plone 2.5
Plone 2.1
GPL final
1.0.2 Jun 21, 2007 Added ability to define the date range and format in the widget More about this release…
Plone 2.5
Plone 2.1
Plone 2.0
GPL final
1.0.1 Apr 09, 2006 Minor bug fix release More about this release…
Plone 2.1.2
Plone 2.1.1
Plone 2.1
GPL final
1.0 Mar 22, 2006 The first release to the Software Center More about this release…
Plone 2.1.2
Plone 2.1.1
Plone 2.1
GPL final

Comments (0)