Personal tools
You are here: Home Plone products SmartColorWidget

SmartColorWidget (1.0.2)

Document Actions
Released on 2008-01-22 by Ingeniweb for Plone 2.1, Plone 2.5, Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
SmartColorWidget is a user-friendly color picker widget for Archetypes. It allow quick and easy color selection from 3 different ways: - HTML color value - Color table and lightness bar slider - Hue/Lightness/Saturation fields The 3 inputs modes are javascript-wired and dynamically change when anything is modified

ABOUT THIS PRODUCT

SmartColorWidget is a user-friendly color picker widget for Archetypes. It allow quick and easy color selection from 3 different ways:

  • HTML color value
  • Color table and lightness bar slider
  • Hue/Lightness/Saturation fields

The 3 inputs modes are javascript-wired and dynamically change when anything is modified

A demo type is included. Set INSTALL_DEMO_TYPES = 1 in config.py to enable it.

Dependencies

  • Plone 2.1/2.5
  • Archetypes 1.3.5+

Installation

    1. Install as usual in your Products folder
    2. Install in your Plone Site with the Quickinstaller tool
    3. In your custom Archetype, add:

       from Products.SmartColorWidget.Widget import SmartColorWidget

    4. Use it like a regular field/widget in your Type's Schema.
    Example:

        StringField('color', 
               default='#00FFFF',
                searchable=0,
                required=0,
                widget=SmartColorWidget(
                        label='Color',
                       )
        ),

Credits

This product was built by the Ingeniweb team

Thanks

There are currently no items in this folder.

Plone Themes
  • Schools Plone Theme
  • Lite Plone Theme
  • Techlight Plone Theme
 

Powered by Plone