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

rewrites into trunk

parent 5e0b9704
External Method External Method: Call Python methods from Zope
Description External Methods associate a Python function on the filesystem with
an object in Zope. This object can be called from DTML and Python
External Methods allow you to add functionality to Zope by writing like other Zope methods.
Python functions which are exposed as callable Zope objects.
...@@ -2,7 +2,7 @@ External Method - Properties: Manage the properties of an external method. ...@@ -2,7 +2,7 @@ External Method - Properties: Manage the properties of an external method.
Description Description
View and manage the properties of the currebt External Method. View and manage the properties of an External Method.
Controls Controls
......
External Method - Try It: This view executes the external method. External Method - Try It: Test the external method.
Description Description
This view executes the external method and returns the results if This view executes the external method and returns the results if
any. Objects, such as classes, lists and dictionaries are rendered any. Only parameters from the web request are passed the the
to a string to be displayed. Only parameters from the web request external method.
are passed the the external method.
\ No newline at end of file
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