Skip to content

4teamwork/ftw.calendarwidget

Repository files navigation

ftw.calendarwidget

ftw.calendarwidget provides an archetypes calendar widget using the jQuery UI datepicker.

Certified: 01/2013

Certified: 01/2013

Usage

  • Add ftw.calendarwidget to your buildout configuration:
[instance]
eggs +=
    ...
    ftw.calendarwidget
  • Import the generic setup profile for ftw.calendarwidget
  • Use it in your archetypes schema:
>>> from Products.Archetypes import atapi
>>> from ftw.calendarwidget.browser.widgets import FtwCalendarWidget

>>> MySchema = atapi.Schema((
...
...     atapi.DateTimeField(
...         name='mydate',
...         widget=FtwCalendarWidget(label='My Date')
...     ),
...
... ))

Screenshot

image

This package is copyright by 4teamwork.

ftw.calendarwidget is licensed under GNU General Public License, version 2.

About

A plone widget for archetypes using the jQuery UI calendar widget.

Resources

Stars

Watchers

Forks

Packages

No packages published