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 |
|
|||
: list of Field
|
fields : the fields in the form. |
||
: unicode
|
instructions : instructions for a form user. |
||
: list of Item
|
items : items in a multi-item data form. |
||
: list of 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 .
|
self content.
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 8 13:35:00 2011 | http://epydoc.sourceforge.net |