Products.DimensionWidget

by Raptus AG last modified Feb 16, 2011 02:05 AM

Provides an archetypes widget to store a dimension (width and height) in a StringField

Project Description

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

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

Comments (0)