Skip to main content

better plone widgets

Project description

plone.app.widgets is a revamp of plone widgets. It does this by overriding the widgets of some of the fields in plone.

Introduction

Widgets that are overridden in Edit forms are:

  • subject

  • language

  • effectiveDate

  • expirationDate

  • contributrors

  • creators

Currently plone.app.widgets only works with Archetypes, but Dexterity support is planned in next release.

All client side code (javascript/css/images) is done and tested as part of Plone Mockup project.

Any feature / bug / compliment please insert in issue tracker.

Installation

For now only tested with Plone 4.3.:

[buildout]
extends = http://dist.plone.org/release/4.3b2/versions.cfg
versions = versions
parts = instance

[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
    Pillow
    Plone
    plone.app.widgets[archetypes]
zcml =
    plone.app.widgets

[versions]
plone.app.jquery = 1.8.3
plone.app.search = 1.1.2
plone.app.vocabularies = 2.1.10

Changelog

0.1 (2013-01-31)

  • initial release

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

plone.app.widgets-0.1.tar.gz (101.7 kB view hashes)

Uploaded Source

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