[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pagelet/README.txt Small documentation improvement. It wasn't clear in the README.txt, that the pagelet engine uses the macro in the pagelet with the same like the pagelet itself.

Florian Lindner Florian.Lindner at xgm.de
Fri Apr 15 13:03:58 EDT 2005


Log message for revision 30008:
  Small documentation improvement. It wasn't clear in the README.txt, that the pagelet engine uses the macro in the pagelet with the same like the pagelet itself.
  

Changed:
  U   Zope3/trunk/src/zope/app/pagelet/README.txt

-=-
Modified: Zope3/trunk/src/zope/app/pagelet/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/pagelet/README.txt	2005-04-15 16:20:02 UTC (rev 30007)
+++ Zope3/trunk/src/zope/app/pagelet/README.txt	2005-04-15 17:03:58 UTC (rev 30008)
@@ -99,8 +99,9 @@
 
 Inside a pagetemplate of a view, the registered pagelets can be called by
 the tal:pagelets command. The return value is a list of macros where each
-macro correspondents to a registered pagelet. This macros can be used to
-invoke the pagelets::
+macro correspondents to a registered pagelet. The pagelet engine always uses
+the macro from the pagelet which has the same name like the pagelet itself.
+This macros can be used to invoke the pagelets:
 
   <div class="row">
     <tal:repeat="pagelets pagelets:zope.app.demo.pagelet.interfaces.IDemoSlot">



More information about the Zope3-Checkins mailing list