Hi=- thanks for the tip. Unfortunately this is not what I'm looking for. This shows the source for the creation of a propertsheet. What I'm looking for, is after you create a propsheet, and bind it to a view in "Views" - you find that a default 'view' is already created for you - for example, if I create a property sheet called "InstanceConstants" then back in "Views" I find: properysheets/InstanceConstants/manage already there. If I create a view with that, then back at the Instance of the ZClass, I can edit the properties for that PropertySheet. It's THAT html source that I am looking for. I guess its the: properysheets/InstanceConstants/manage source. - - - - - - - - - - - - - - - - - - - Andrew Diller dillera@isc.upenn.edu Information Systems and Computing Unix Systems Group University of Pennsylvania v: 3-7360 f: 8-9348 On Mon, 21 Feb 2000, Jochen Knuth wrote:
Hi, ----- Original Message ----- From: "Jochen Knuth" <J.Knuth@ipro.de> To: "Andrew Diller" <dillera@isc.upenn.edu> Cc: <zope@zope.org> Sent: Monday, February 21, 2000 2:15 PM Subject: Re: [Zope] View html source of _manage_
I still need some pointers to where the source html is from the default manage 'tab' is.
here is a url:
http://xxx.upenn.edu:8080/projects/Rebuild_Bleep/propertysheets/Instance Constants/manage
it is defined in Zope/lib/python/ZClasses/views.dtml
sorry, this is the definition of the views-tab-form. The properties form is definded in Zope/lib/python/OFS/properties.dtml
You can change the used form from the views tab. You can add a new tab or you can change the method for 'Properties ' to your new DTML Method.
Ciao,
Jochen --