Home | Trees | Indices | Help |
|
---|
|
object --+ | base.Widget --+ | RPC
RPC base widget.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
params =
|
|
javascript =
|
|
action = <turbogears.widgets.meta.ParamDescriptor object at 0x
|
|
after = <turbogears.widgets.meta.ParamDescriptor object at 0x1
|
|
before = <turbogears.widgets.meta.ParamDescriptor object at 0x
|
|
confirm = <turbogears.widgets.meta.ParamDescriptor object at 0
|
|
data = <turbogears.widgets.meta.ParamDescriptor object at 0x1d
|
|
loaded = <turbogears.widgets.meta.ParamDescriptor object at 0x
|
|
loading = <turbogears.widgets.meta.ParamDescriptor object at 0
|
|
on_complete = <turbogears.widgets.meta.ParamDescriptor object
|
|
on_failure = <turbogears.widgets.meta.ParamDescriptor object a
|
|
on_success = <turbogears.widgets.meta.ParamDescriptor object a
|
|
update = <turbogears.widgets.meta.ParamDescriptor object at 0x
|
|
Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Update the template parameters. 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.
|
Class Variable Details |
params
|
javascript
|
action
|
after
|
before
|
confirm
|
data
|
loaded
|
loading
|
on_complete
|
on_failure
|
on_success
|
update
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:38 2011 | http://epydoc.sourceforge.net |