[Checkins] SVN: bluebream/website/docs/v1.0/manual/form.rst need more work

Baiju M baiju.m.mail at gmail.com
Mon May 3 22:17:31 EDT 2010


Log message for revision 111905:
  need more work
  

Changed:
  U   bluebream/website/docs/v1.0/manual/form.rst

-=-
Modified: bluebream/website/docs/v1.0/manual/form.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/form.rst	2010-05-04 01:49:24 UTC (rev 111904)
+++ bluebream/website/docs/v1.0/manual/form.rst	2010-05-04 02:17:07 UTC (rev 111905)
@@ -46,9 +46,21 @@
 Field
 ~~~~~
 
+Fields build on schema fields.
+
 Form
 ~~~~
 
+A form class can define ordered collections of "form fields" using
+the `Fields` constructor.  Form fields are distinct from and build on
+schema fields.  A schema field specifies attribute values.  Form
+fields specify how a schema field should be used in a form.  The
+simplest way to define a collection of form fields is by passing a
+schema to the `Fields` constructor.
+
+Action
+~~~~~~
+
 Creating an AddForm
 -------------------
 



More information about the checkins mailing list