[Zope-dev] a better propertyLabel as standard?
Shane Hathaway
shane@zope.com
Tue, 27 May 2003 10:22:44 -0400
Lennart Regebro wrote:
> Toby Dickenson wrote:
>> Doesnt that mean that every instance carries its own copy of the label?
>
> Hum. Yes, if you update the _properties attribute (by adding or removing
> properties) I guess it would.
>
>> how does CMF use that?
>
> Not at all, it seems.
CMF uses the property label for configuration of relatively simple tools
such as CookieCrumbler. No thought was given to labeling instance-level
properties, so there's currently no way to set up a label through the
web. I'm not sure we need that anyway, since at that point it's
probably better to use Formulator.
Shane