Products.TimeRangeWidget 2.0b3
Archetypes widget to store a time range
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Products.TimeRangeWidget-2.0b3.tar.gz (md5) | Source | 2010-10-24 | 4KB | 377 | |
- Author: Raptus AG
- Home Page: http://raptus.com
- License: GPL
- Categories
- Package Index Owner: raptus
- DOAP record: Products.TimeRangeWidget-2.0b3.xml
