Propertysheets in python products
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
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 `------------------>
participants (2)
-
Casey Duncan -
zope-mailinglist