[Zope] Propertysheets in python products

Casey Duncan cduncan@kaivo.com
Wed, 18 Apr 2001 08:27:51 -0600


zope-mailinglist wrote:
> 
> hi everybody
> 
> is there any tutorial on using propertysheets in a python product (
> not only one propertysheet)
> i want to create an object subclassed from Folder with various
> propertysheets
> 
> or is there another way to handle specific property containers?
> 
> thx in advance

The best I can offer is to look at the source for ZClasses and see how
it is implemented there.

You could also just create a class that is a bare PropertyManager and
instanciate it within your folderish object to create property sheets.
PropManager should take care of the ZMI screens for you.

P.S. Please don't post HTML messages to the list!
-- 
| Casey Duncan
| Kaivo, Inc.
| cduncan@kaivo.com
`------------------>