You are here: Home Plone products Orderable Reference Field

Orderable Reference Field (1.2)

1
by Olha Pelishok last modified 2010-03-31
0.0
0.0
0.0
0.0
Released on 2007-11-21 by Daniel Nouri for Plone 2.1, Plone 2.5 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.
Orderable Reference Field

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'),
    ...
    ))
Document Actions
Powered by Plone