| Home | Trees | Indices | Help |
|
|---|
|
|
A container for FormFields.
Has two member_widgets lists:
It provides the template with 3 useful functions:
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
member_widgets =
|
|||
fields =
|
|||
hidden_fields =
|
|||
params =
|
|||
disabled_fields = set()
|
|||
_param_disabled_fields =
|
|||
template_vars =
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| file_upload | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
This method will have the last chance to update the variables sent to the template for the specific request. All parameters listed at class attribute 'params' will be available at the 'params' dict this method receives. *Must* call super(MyWidget, self).update_params(params) cooperatively, unless, of course, your know what you're doing. Preferably this should be done before any actual work is done in the method.
|
|
|||
file_upload
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 19 13:58:49 2008 | http://epydoc.sourceforge.net |