Personal tools
You are here: Home Plone products Orderable Reference Field

Orderable Reference Field (1.2)

Document Actions
Released on 2007-11-22 by Daniel Nouri for Plone 2.1.1, Plone 2.1.2, Plone 2.1.3, Plone 2.1.4, Plone 2.5, Plone 2.5.1, Plone 2.5.2 under GPL - GNU General Public License available for All platforms.
Software development stage: beta
A ReferenceField (for Archetypes) that allows you to order your references.

This Archetypes Field can be used to order your references.

Usage

  1. Install as usual in your Products directory.

  2. Install it in Plone to make the skins available.

  3. Add this line to your custom Archetype to import the field:

    from Products.OrderableReferenceField import OrderableReferenceField
  4. In your schema, add an OrderableReferenceField like this:

    BaseSchema + Schema(( ...
    OrderableReferenceField('afield', relationship='somrel'),
    ...
    ))

There are currently no items in this folder.

Plone Themes
  • Schools Plone Theme
  • Lite Plone Theme
  • Techlight Plone Theme
 

Powered by Plone