[Zope] property/selection/value

Dieter Maurer dieter@handshake.de
Tue, 3 Sep 2002 21:51:53 +0200


Andreas Rippel writes:
 > there is this option for a folder to add some properties with standard types, like boolean, date etc.
 > Is there a way for (multiple) selection not only to define the displayed text for each popup-entry,
 > but also the "value" for the generated option-tag or the "name" of the select-tag?
 > Where do these defined properties live within zope, and how can I access and manipulate  them directly?
You already have been told that properties are provided by "PropertyManager".

Out of the box,
it does not support separate "value" and "content" for "select" options.
But you are free to implement your own "manage_propertiesForm".
Look at the original and provide an enhanced one.


Dieter