Products.TimeRangeWidget
Archetypes widget to store a time range
Project Description
Introduction
Provides an archetypes field which stores a time range (from, to) in a string field.
Example
from Products.TimeRangeWidget.widget import TimeRangeWidget
...
StringField('timerange',
widget = TimeRangeWidget(
description = '',
label = _at(u'label_timerange', default=u'Time range'),
size = 40
)
),
...
Changelog
2.0b3 (2010-10-24)
- Set zip_safe flag to False
2.0b2 (2010-10-21)
- Added README
2.0b1 (2010-10-19)
- First public release
Current Release
No stable release available yet.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 2.0b3 | Set zip_safe flag to False More about this release… |
Plone 4
Plone 3
|
GPL | beta | |
| 2.0b2 | Added README More about this release… |
Plone 4
Plone 3
|
GPL | beta | |
| 2.0b1 | First public release More about this release… |
Plone 4
Plone 3
|
GPL | beta |

