Home | Trees | Indices | Help |
|
---|
|
object --+ | base.Widget --+ | InputWidget --+ | FormField --+ | FileField
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
template =
hash(x) |
|
params = ["attrs"]
|
|
params_doc = {'attrs': 'Dictionary containing extra (X)HTML at
|
|
attrs = {}
|
|
file_upload = True hash(x) |
|
Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Display the widget in a Genshi or Kid template. Returns a Genshi Markup stream or an ElementTree node instance, depending on the template in which the widget shall be displayed. 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 Fri Jul 19 17:17:56 2019 | http://epydoc.sourceforge.net |