Hi all, I want to know if it is possible to change an object option not directly from the manage screen. In example, I want to change the 'SMTP server' parameter of a MailHost object from a DTML or from a python script.
Object properties (they show up under "Properties" in the ZMI) can be modified using the PropertyManager API (see ZopeBook Appendix B). Values that are stored directly directly as attribute of the object instance can sometimes be modified when the developer provides corresponding methods. -aj --On Freitag, 17. Januar 2003 09:04 +0100 Juan Manuel Ruiz García <jmruiz@it.uc3m.es> wrote:
Hi all,
I want to know if it is possible to change an object option not directly from the manage screen. In example, I want to change the 'SMTP server' parameter of a MailHost object from a DTML or from a python script.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
participants (2)
-
Andreas Jung -
Juan Manuel Ruiz García