Commit 9f1a27fd authored by Michel Pelletier's avatar Michel Pelletier

rewrites into trunk

parent 5e0b9704
External Method
Description
External Methods allow you to add functionality to Zope by writing
Python functions which are exposed as callable Zope objects.
External Method: Call Python methods from Zope
External Methods associate a Python function on the filesystem with
an object in Zope. This object can be called from DTML and Python
like other Zope methods.
......@@ -2,7 +2,7 @@ External Method - Properties: Manage the properties of an external method.
Description
View and manage the properties of the currebt External Method.
View and manage the properties of an External Method.
Controls
......
External Method - Try It: This view executes the external method.
External Method - Try It: Test the external method.
Description
This view executes the external method and returns the results if
any. Objects, such as classes, lists and dictionaries are rendered
to a string to be displayed. Only parameters from the web request
are passed the the external method.
\ No newline at end of file
This view executes the external method and returns the results if
any. Only parameters from the web request are passed the the
external method.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment