| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
                 object --+    
                          |    
objects.StanzaPayloadObject --+
                              |
                             Form
A JEP-0004 compliant data form.
Additionally to the direct access to the contained fields via the fields attribute, Form object provides an iterator and mapping interface for field access. E.g.:
for field in form:
    ...
or:
field = form['field_name']
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Field | 
 | ||
| Item | 
 | ||
| Form | 
 | ||
| Form | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| listof Field | fields the fields in the form. | ||
| unicode | instructions instructions for a form user. | ||
| listof Item | items items in a multi-item data form. | ||
| listof Field | reported_fields list of fields returned in a multi-item data form. | ||
| unicode | title form title. | ||
| type form type ("form", "submit", "cancel" or "result"). | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 
 | 
| 
 
 | 
| 
 | 
| 
 Make a "submit" form using data in  Remove uneeded information from the form. The information removed includes: title, instructions, field labels, fixed fields etc. 
 | 
| 
 self.
 | 
| 
 selfcontent.
 | 
| 
 
 | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sat Jan 17 19:19:44 2009 | http://epydoc.sourceforge.net |