[Zope] Declaration of a sheet property as a personnalise class...
Kapil Thangavelu
kthangavelu@earthlink.net
Fri, 18 Aug 2000 14:07:50 -0700
Vincent wrote:
>
> Hi,
>
> I would like to add a new property to a ZClass that I created.
>
> Right now, I can choose between int, date, text, selection..., How can I
> choose another ZClass I created in the same product ?
>
AFAIK you can't store objects in property sheets. you can store them as
subobjects of your ZClass if its ObjectManerish or Folderish
(subclasses).
Kapil