7 Apr
2003
7 Apr
'03
5:21 p.m.
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