Products.DimensionWidget 2.0b3
Provides an archetypes widget to store a dimension (width and height) in a StringField
Introduction
Provides an archetypes field which stores a dimension (width, heigth) in a string field
Example
from Products.DimensionWidget.widget import DimensionWidget
...
StringField('dimension',
widget = DimensionWidget(
description = '',
label = _at(u'label_dimension', default=u'Dimension')
)
),
...
Changelog
2.0b3 (2010-10-24)
- Set zip_safe flag to False
2.0b2 - (2010-10-21)
- Added README
2.0b1 - (2010-10-20)
- First public release
1.2 - (Unreleased)
- Added proper view macro to support translation
- Added french translations
- Added empty define-macro="view" for translation (linguaplone error)
1.1 - (Unreleased)
- Added empty define-macro="view" for translation
1.0 - (Unreleased)
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Products.DimensionWidget-2.0b3.tar.gz (md5) | Source | 2010-10-24 | 4KB | 338 | |
- Author: Raptus AG
- Home Page: http://raptus.com
- License: GPL
- Categories
- Package Index Owner: raptus
- DOAP record: Products.DimensionWidget-2.0b3.xml
