CompoundField
Category: Fields and widgets, Layout and presentation
—
Other products by this author
Current release: CompoundField 1.0.1
Released Jul 28, 2008 — tested with Plone 3.1, Plone 3.0, Plone 2.5
Fixes issue with some browsers and EnhancedArrayWidget. Introduces jQuery dependency.
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
- Project resources
CompoundField
This Product includes CompoundField and ArrayField. Both are fields for use within Archetypes Products.
- CompoundField
- field that itself consists of several sub-fields defined in an own Schema.
- ArrayField
- field containing one field severals times.
It also provide basic widgets for both fields.
EnhancedArrayWidget is an improved ArrayWidget, using Javascript to expand and shrink the array client side.
ArchGenXML has full support for this Product.
Dependencies
- Zope 2.9.5+
- Plone 2.5.+
- Archetypes 1.4+
Documentation
Please have a look at the doc-tests in docs directory and the model in model the directory.
Authors
- Phil Auersperg
- idea, concept, model, code, tests, ArchGenXML integration; phil@bluedynamics.com
- Jens Klein
- idea, concept; jens@bluedynamics.com
- Sune Broendum Woeller
- EnhancedArrayWidget; sune[AT]woeller.dk
Copyright:
eduplone Open Source Business Network EEIG, Austria, 2005-2006
BlueDynamics Alliance, Austria, 2007
This code was initially created for the ZUCCARO project. ZUCCARO (Zope-based Universally Configurable Classes for Academic Research Online) is a database framework for the Humanities developed by the Bibliotheca Hertziana, Max Planck Institute for Art History For further information: zuccaro.biblhertz.it
Licence
German Free Software License (D-FSL) see www.d-fsl.org
This license conforms to the GNU General Public License and is
adapted to the particular requirements of German and European law.
It was inspired by the Berlin Declaration on Open Access to
Knowledge in the Sciences and Humanities which was signed by the
Max Planck Society for the Advancement of Science.
Todo
- Improve UI of Widgets - Handle different COMPOUND_FIELD_SEPERATORs in EnhancedArrayWidget - Fix bug with Arrays of Arrays (Do we want to support this at all?)