skip to navigation
skip to content

Products.DimensionWidget 2.0b3

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

Downloads ↓

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