[Zope-Checkins] SVN: Zope/trunk/src/ Remove unhelpful bindings explanation
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 10 07:06:28 EDT 2010
Log message for revision 114499:
Remove unhelpful bindings explanation
Changed:
D Zope/trunk/src/Products/PythonScripts/help/Bindings.stx
U Zope/trunk/src/Shared/DC/Scripts/BindingsUI.py
-=-
Deleted: Zope/trunk/src/Products/PythonScripts/help/Bindings.stx
===================================================================
--- Zope/trunk/src/Products/PythonScripts/help/Bindings.stx 2010-07-10 10:57:47 UTC (rev 114498)
+++ Zope/trunk/src/Products/PythonScripts/help/Bindings.stx 2010-07-10 11:06:27 UTC (rev 114499)
@@ -1,36 +0,0 @@
-Bindings View: View/Change Script Bindings
-
- Description
-
- This view allows you to set "bindings" (associations between a
- name and a Zope object) in the context of a single Script.
- These names can be used within the Script to refer to objects
- outside the script.
-
- Controls
-
- 'Context' -- associate a name with the acqusition parent of
- the script when it is invoked. The default name for this
- binding is "context".
-
- 'Container' -- associate a name with the physical parent
- container of the script when it is invoked. The default name
- for this binding is "container".
-
- 'Script' -- associate a name with the script object itself.
- There is no default name for this binding.
-
- 'Namespace' -- associate a name with the DTML "namespace"
- object. When this script is called from DTML, the namespace
- name will be bound to the DTML namespace object, otherwise it
- will be bound to an empty namespace. There is no default name
- for this binding.
-
- 'Subpath' -- associate a name with the portion of the URL path
- after the script's name if the script is called directly via a
- URL. The subpath is represented as a list of strings split a
- slash separators if the script is called directly from a URL.
- Otherwise, the subpath is an empty list. The default name for
- this binding is "traverse_subpath".
-
- 'Save Changes' -- saves changes made to the elements of this form.
Modified: Zope/trunk/src/Shared/DC/Scripts/BindingsUI.py
===================================================================
--- Zope/trunk/src/Shared/DC/Scripts/BindingsUI.py 2010-07-10 10:57:47 UTC (rev 114498)
+++ Zope/trunk/src/Shared/DC/Scripts/BindingsUI.py 2010-07-10 11:06:27 UTC (rev 114499)
@@ -25,8 +25,7 @@
manage_options = (
{'label':'Bindings',
- 'action':'ZBindingsHTML_editForm',
- 'help':('PythonScripts', 'Bindings.stx')},
+ 'action':'ZBindingsHTML_editForm'},
)
security.declareProtected(view_management_screens,
More information about the Zope-Checkins
mailing list