[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt A bit more editing.

Martijn Faassen faassen at infrae.com
Sun Sep 23 12:37:05 EDT 2007


Log message for revision 79854:
  A bit more editing.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/form.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/form.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 16:32:53 UTC (rev 79853)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 16:37:04 UTC (rev 79854)
@@ -180,8 +180,8 @@
 Widget Creation
 ~~~~~~~~~~~~~~~
 
-So first it instantiates the widget with the field. During the process,
-several pieces of information are transferred from the field to the widget:
+During the widget creation process, several pieces of information are
+transferred from the field to the widget:
 
   >>> age = addForm.widgets['age']
 
@@ -200,8 +200,7 @@
 ~~~~~~~~~~~~
 
 The next step is to determine the value that should be displayed by the
-widget. There are three places where the value could come from (shown in the
-order they are looked up):
+widget. This value could come from three places (looked up in this order):
 
 1. The field's default value.
 2. The content of the form, which represents the displayed data.



More information about the Checkins mailing list