I found the answer myself. It is 'anage_changeProperties'. In [--> Zope Help --> API reference --> PropertyManager] there is no methodfor changing the any propeties. Nice try! Anyway there is no help for 'manage_changeProperties', (only the comments in the source file) and this is not very nice from Zope makers. If there was no help at all OK, I read the sources, but they made a help system 'Help!' witch is incomplete and that is worse!!! ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Rares Vernica" <verni0@hotmail.com> Cc: <zope@zope.org> Sent: Thursday, September 05, 2002 10:04 PM Subject: Re: [Zope] How to modify 'title' of an object
Rares Vernica writes:
How can I modify the 'title' of an object in DTML? "title" is implemented as a so called "property".
You use the PropertyManager API to change properties. See the embedded online help (--> Zope Help --> API reference --> PropertyManager).
Dieter