Class Index | File Index

Classes


Class py.dialog.AjaxMixin


Defined in: ajax.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Mixin for ajax dialog
Field Summary
Field Attributes Field Name and Description
<private>  
Current deferred
<private>  
Error message
<private>  
Loading message
Method Summary
Method Attributes Method Name and Description
<private>  
fetch data from given url
<private>  
error callback
<private>  
_onLoad(res)
callback when data is available
Class Detail
py.dialog.AjaxMixin()
Mixin for ajax dialog
Field Detail
<private> _defer
Current deferred

<private> _error_str
Error message

<private> _loading_str
Loading message
Method Detail
<private> _fetchData()
fetch data from given url

<private> _onError()
error callback

<private> _onLoad(res)
callback when data is available
Parameters:
res

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 09 2012 11:46:57 GMT+0100 (CET)