Hi, How can I modify the 'title' of an object in DTML? Thanks in advance, Rares _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
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
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
Rares Vernica a écrit :
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!!!
I found help for "manage_changeProperties" in [--> Zope Help --> API reference --> PropertySheet]. -- Stéphane
participants (3)
-
Dieter Maurer -
KLEIN Stéphane -
Rares Vernica