[Zope] Container Class questions
Robin Becker
robin@jessikat.fsnet.co.uk
Sat, 7 Oct 2000 13:52:15 +0100
In article <14815.4163.366826.967501@lindm.dm>, Dieter Maurer
<dieter@handshake.de> writes
>geoff@northernwastes.org writes:
> > .... product with associated image ....
> > Should I create a product that can contain said images? If so, how do
> > I do this? Should I simply force a naming conventions for the images
> > and tie them together with the sample catalog items that way?
>I would use a ZClass to model the product.
>I would inherid from "Folder". This makes the ZClass folder-like.
>Especially, I can place images and other related objects inside
>them (if they do not easily fit in properties).
>
>
>Dieter
....
I'm doing something similar to this inheriting from folder.
I would like to add properties in a property sheet, but cannot find a
neat way to see the properties on the base object and on the
propertySheet.
So I would like my properties to show
id
title
and the properties on my basic properties sheet.
I can easily add properties directly to the object during the Thing_add
and Thing_addForm and these appear on the properties tab for added
objects.
How do I get a tab for the property sheets?
--
Robin Becker