Home | Trees | Indices | Help |
|
---|
|
object --+ | base.Widget --+ | InputWidget --+ | FormField --+ | FileField
Nested Classes | |
template_c | |
Inherited from |
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
template =
hash(x) |
|
params =
|
|
params_doc =
|
|
attrs = {}
|
|
file_upload = True
|
|
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from Inherited from Inherited from |
Method Details |
Display the widget in a Kid template. Returns an elementtree node instance. If you need serialized output in a string, call 'render' instead. Probably you will not need to override or extend if inheriting from Widget. @params: value : The value to display in the widget. **params: Extra parameters specific to the widget. All keyword params supplied will pass through the update_params method which will have a last chance to modify them before reaching the template.
|
Class Variable Details |
templatehash(x)
|
params_doc
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:38 2011 | http://epydoc.sourceforge.net |