Skip to main content

ColorField is a color picker and converter for Plone Archetypes.

Project description

Changelog

0.3.0 (2009-06-17)

  • Initial release of eggified version. [taito.horiuchi]

Installation

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, just do this:

  • Add Products.ColorField to the list of eggs to install, e.g.:

    [buildout]
    eggs =
    Products.ColorField
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    zcml =
    Products.ColorField
  • Re-run buildout, e.g. with:

    $ ./bin/buildout

You can skip the ZCML slug if you are going to explicitly include the package from another package’s configure.zcml file.

Because its top level Python namespace package is called Products, this package can also be installed in Zope 2 as an old style Zope 2 Product.

For that, move (or symlink) the ColorField folder of this project (Products.ColorField/Products/ColorField) into the Products directory of the Zope instance it has to be installed for, and restart the server.

You can also skip the ZCML slug if you install this package the Zope 2 Product way.

Set OUTPUT_FORMAT in config.py of the field itself to have the color codes in HTMLColor, RGB, HexColor or PILColor. Default is HTMLColor.

Usage

  1. In your custom Archetype, add:

    from Products.ColorField import ColorWidget, ColorField
  2. Use it like a regular field/widget in your Type’s Schema.

    ColorField(‘my_color’,
    default=’#00FFFF’,
    output_format=’HexColor’,
    widget=ColorWidget(
    label=’My color’,
    allow_brightness=True)
    ),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Products.ColorField-0.3.0.tar.gz (26.9 kB view details)

Uploaded Source

Built Distribution

Products.ColorField-0.3.0-py2.4.egg (23.3 kB view details)

Uploaded Source

File details

Details for the file Products.ColorField-0.3.0.tar.gz.

File metadata

File hashes

Hashes for Products.ColorField-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ae99abd1e641c0c789b4a405a0c62616ce5aa66a252ac8da71fbbf115870f08e
MD5 10113752c403c8c1906c482633a6c75e
BLAKE2b-256 5562295f141ca1c294532865e043f5f994cf3d48ade857b7b0ed8e8075f6c9a3

See more details on using hashes here.

File details

Details for the file Products.ColorField-0.3.0-py2.4.egg.

File metadata

File hashes

Hashes for Products.ColorField-0.3.0-py2.4.egg
Algorithm Hash digest
SHA256 f150f4c2871f1e89433835f2bfa23dc6931a4ed38336d5de2110b72ab9bed695
MD5 ab7662e2b41a5fc85548de18eec403e0
BLAKE2b-256 09682758a0fe7dd22f9af2ae58f08df17f9e3b7805bdd38b145390d215c6eb19

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page