[Zope-CVS] CVS: Products/ExternalEditor - README.txt:1.7
Casey Duncan
casey@zope.com
Tue, 20 Aug 2002 11:41:07 -0400
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv5720
Modified Files:
README.txt
Log Message:
More doc tweaks
=== Products/ExternalEditor/README.txt 1.6 => 1.7 ===
--- Products/ExternalEditor/README.txt:1.6 Tue Aug 20 11:25:58 2002
+++ Products/ExternalEditor/README.txt Tue Aug 20 11:41:07 2002
@@ -229,9 +229,9 @@
http://zopeserver/my_stuff/externalEdit_/document
Now, this may look a bit odd to you if you are used to tacking views on to
- the end of the URL. Because externalEdit_ is required to work on Python
+ the end of the URL. Because 'externalEdit_' is required to work on Python
Scripts and Page Templates, which swallow the remaining path segments on
- the URL following themselves, you must put the call to externalEdit_
+ the URL following themselves, you must put the call to 'externalEdit_'
*directly before* the object to be edited. You could do this in ZPT using
some TAL in a Page Template like::
@@ -257,7 +257,7 @@
<a href="#"
tal:attributes="href object/absolute_url"
tal:content="object/title_or_id">Object Title</a>
- <span tal:replace="structure python:here.externalEditorLink_(object)" />
+ <span tal:replace="structure python:here.externalEditLink_(object)" />
</div>
Conclusion