Metadata-Version: 1.0
Name: Products.DimensionWidget
Version: 2.0b2
Summary: Provides an archetypes widget to store a dimension (width and height) in a StringField
Home-page: http://raptus.com
Author: Raptus AG
Author-email: dev@raptus.com
License: GPL
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.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
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
