[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting
nobody@nowhere.com
nobody@nowhere.com
Thu, 19 Sep 2002 12:25:57 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#3-87
---------------
If you edit your scripts via FTP, you'll notice that these
bindings are listed in comments at the top of your script
files. For example::
## Script (Python) "example"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=name, age
##title=
##
return "Hello %s you are %d years old." % (name, age)
% Anonymous User - Sep. 19, 2002 12:25 pm:
You have done nothing to explain how these variables work, what attributes they may have, or how to manipulte
them. PLEASE expand on your discussion of the Binding variables!