SmartColorWidget 1.0.3 (Jul 09, 2008)
product is packaged for buildout and easy_install as Products.SmartColorWidget this version is for plone3.1+,
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Ingeniweb |
DEPENDENCIES
Plone 3.1+ (or Plone3.0.x with jquery.js already installed)
Note :
jquery.js must be installed in portal_javascripts to make this SmartColorWidget version working.
with Plone 3.1 and more, jquery is already installed by default.
INSTALLATION
Add "Products.SmartColorWidget" as new egg in your buildout, or use "$ easy_install Products.SmartColorWidget"
read docs/INSTALL.txt inside the product archive for more information
Install the product 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 "support@ingeniweb.com":mailto:support@ingeniweb.com
"http://www.ingeniweb.com":http://www.ingeniweb.com
THANKS
The jQuery team, for their powerfull javascript library
"http://jquery.com":http://jquery.com
EasyRGB, for the colors transformation formulas
"http://www.easyrgb.com":http://www.easyrgb.com
Roland Fasching "rof@sterngasse.at":mailto:rof@sterngasse.at for the widget idea from ATColorPickerWidget
"http://www.sterngasse.at":http://www.sterngasse.at
Change log
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
Initial release

