[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/metadirectives.py Clarify Documentation string

Volker Bachschneider vbachs at dzug.org
Sun Oct 10 10:15:57 EDT 2004


Log message for revision 27905:
  Clarify Documentation string
  


Changed:
  U   Zope3/trunk/src/zope/app/form/browser/metadirectives.py


-=-
Modified: Zope3/trunk/src/zope/app/form/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/metadirectives.py	2004-10-10 14:02:33 UTC (rev 27904)
+++ Zope3/trunk/src/zope/app/form/browser/metadirectives.py	2004-10-10 14:15:56 UTC (rev 27905)
@@ -115,9 +115,10 @@
     fields = Tokens(
         title=u"Fields",
         description=u"""
-        The fields and the order in which to display them.  If this is
-        not specified, all schema fields will be displayed in the
-        order specified in the schema itself.""",
+        Here you can specify the names of the fields you wish to display. 
+        The order in this list is also the order the fields will 
+        be displayed in.  If this attribute is not specified, all schema fields
+        will be displayed in the order specified in the schema itself.""",
         required=False,
         value_type=PythonIdentifier()
         )



More information about the Zope3-Checkins mailing list