Where can I find the list (and some kind of documentation !) of all standard attributes and methods (this(), aq-parent, ...). Hard to write any dtml method without that knowledge :-) By the way, I was testing the SimpleSiteMap example (http://www.zope.org/Members/djay/SimpleSiteMap) which recurse folder starting from aq_parent. Sometimes it works, sometimes not (empty result). Is this example out of date ? Thank you, emmanuel -- Emmanuel Viennet: <viennet@lipn.univ-paris13.fr> LIPN - Institut Galilee - Universite Paris-Nord 93430 Villetaneuse - France http://www-lipn.univ-paris13.fr/~viennet/
hi emmanuel, have you looked at the Zope Quick Reference yet? http://www.zope.org/Members/ZQR jens
-----Original Message----- From: emmanuel@zope.org [mailto:emmanuel@zope.org]On Behalf Of Emmanuel Viennet Sent: Friday, November 05, 1999 07:43 To: zope@zope.org Subject: [Zope] Documentation of attributes
Where can I find the list (and some kind of documentation !) of all standard attributes and methods (this(), aq-parent, ...).
I wrote:
By the way, I was testing the SimpleSiteMap example (http://www.zope.org/Members/djay/SimpleSiteMap) which recurse folder starting from aq_parent. Sometimes it works, sometimes not (empty result).
Is this example out of date ?
OK, I found that the problem with that XEmacs (via ftp) changed the type of edited objects: my dtml methods were saved as dtml methods. Solution: disable automatic backup with something like (setq efs-make-backup-files ()) in the .emacs This could be added to the tip: http://www.zope.org/Members/michel/HowTos/zopeandxemacs Emmanuel -- Emmanuel Viennet: <viennet@lipn.univ-paris13.fr> LIPN - Institut Galilee - Universite Paris-Nord 93430 Villetaneuse - France http://www-lipn.univ-paris13.fr/~viennet/
On Fri, 05 Nov 1999, Emmanuel Viennet wrote:
Where can I find the list (and some kind of documentation !) of all standard attributes and methods (this(), aq-parent, ...).
Hard to write any dtml method without that knowledge :-)
The Zope Quick Reference (ZQR) lists all that. There is a little link in the Documentation section of the main site. Here the direct link: http://www.zope.org/Members/ZQR regards, stephan -- Stephan Richter iXL - Software Designer and Engineer CBU - Physics, Computer Science and Chemistry Student
participants (3)
-
Emmanuel Viennet -
Jens Vagelpohl -
Stephan Richter