SmartColorWidget

by Alter Way Solutions last modified Apr 28, 2011 02:42 PM

Smart color picker widget for Archetypes

Project Description

SmartColorWidget

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.

Requirements

  • Plone 4.0 (for Plone 3.x, use 1.1.x releases)

Installation

  1. read docs/Install to install the package in your zope instance using buildout or easy_install
  2. Install the skin in your Plone Site with the Quickinstaller tool

Usage

  • In your custom Archetype, add:

    from Products.SmartColorWidget.Widget import SmartColorWidget
    
  • 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 Pierre Gayvallet.

Thanks

The jQuery team, for their powerfull javascript library.

EasyRGB, for the colors transformation formulas.

Roland Fasching for the widget idea from ATColorPickerWidget.

Changelog

1.1.3 (2011-04-28)

  • Avoid warnings under Plone 4.0+ [thomasdesvenain]

1.1.3

  • Fix malformed HTML entities. [kdeldycke] 2010-04-14

1.1.2

  • preserve and can restore 'transparent' css color

1.1.1

  • edit macro template is simplified
  • some js fixes :
    • resolve problems with css colors,
    • translate rgb colors,
    • translate 3 digits only hexa color.

1.1.0

  • Removing included jQuery. We use the jQuery that ships with Plone
  • Removing CMF skins layer. All's going to browser resources.
  • Upgrade step

1.0.3

  • jquery-1.1.2.js removed from portal_javascripts (already installed in Plone3.1)
  • css colors (white, red, black ...) are changed in hexadecimal colors at first field edition
  • product is packaged for buildout and easy_install
  • added configure.zcml and profile installation

1.0.2

  • Fixed CMFPermissions import for CMF 2.0 / Plone 3 (zegor)

1.0.1

  • Renamed jquery.js to jquery-1.1.2.js to avoid potential problems with other products versions of jquery

1.0.0

  • Initial release

Current Release
SmartColorWidget 1.1.4

Released May 03, 2011 — tested with Plone 4, Plone 3

Plone 4.0+ tested
More about this release…

Download file Get SmartColorWidget for all platforms
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
1.1.4 May 03, 2011 Plone 4.0+ tested More about this release…
Plone 4
Plone 3
final
1.1.3 Apr 28, 2011 bug fixes More about this release…
Plone 3
final
1.1.2 Jan 23, 2010 template + javascript improvements More about this release…
Plone 3
final
1.1.1 Jan 05, 2010 template + javascript improvements More about this release…
Plone 3
final
1.1.0 Nov 11, 2009 Some refactorings and optims. Removed CMF skins layer in favour of Zope 3 browser stuff to fit with today's More about this release…
Plone 3
final
1.0.3 Jul 09, 2008 product is packaged for buildout and easy_install as Products.SmartColorWidget this version is for plone3.1+, More about this release…
Plone 3
final
1.0.2 Jan 22, 2008 SmartColorWidget is a user-friendly, JS powered widget for color values More about this release…
Plone 2.1
Plone 2.5
Plone 3
final
1.0.1 Jun 01, 2007 Renamed jqueryfile to avoid potential problems with other products versions of jquery More about this release…
Plone 2.5
Plone 2.1
final
1.0 May 29, 2007 1.0.0 - Initial release More about this release…
Plone 2.5
Plone 2.1
final

Comments (0)