[Zope] How can I customize the propertysheet management interface?
Dieter Maurer
dieter@handshake.de
Mon, 7 Apr 2003 19:21:03 +0200
Fabio Rolando wrote at 2003-4-7 11:23 +0200:
> I have a ZClass with a propertysheet with a number of properties. I have
> created my own MyZClass_addForm and MyZClass_add in order to give users an
> interface to handle the creation of instances of MyZClass and the
> definition of the properties in the way I want them to do it. Now I would
> like to use a similar interface when the user needs to modify the
> properties, but I can not figure out how I can modify the
> .../propertysheets/my_propertysheet/manage page.
Define a (ZClass) "View" for this purpose.
Use "OFS/dtml/properties.dtml" as a blueprint for your own modifications.
Dieter