[Checkins] SVN: zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt more on information about the methods

Martin Lundwall martin at webworks.se
Sat Aug 9 11:23:28 EDT 2008


Log message for revision 89578:
  more on information about the methods

Changed:
  U   zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt

-=-
Modified: zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt
===================================================================
--- zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt	2008-08-09 15:15:49 UTC (rev 89577)
+++ zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt	2008-08-09 15:23:27 UTC (rev 89578)
@@ -11,4 +11,20 @@
     <td>File:</td>
     <td tal:content="context/getFile"/>
   </tr>
+  <tr>
+    <td>Methods:</td>
+    <td>Name</td>
+    <td>Arguments</td>
+    <td>Comment</td>
+    <td>Doc</td>
+  </tr>
+  <tr tal:repeat="method context/getMethods">
+      <td />
+      <td tal:content="method/id"/>
+      <td tal:content="method/args" />
+      <td tal:content="method/comment" />
+      <td tal:content="method/doc" />
+      
+  </tr>
+  
 </table>



More information about the Checkins mailing list