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.2 (2013-03-04)
add support for dexterity content types as well. [garbas]
using select2 pattern instead of textext pattern for select/autocomplete elements. [garbas]
0.1 (2013-01-31)
initial release [garbas]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.