Class Index | File Index

Classes


Class py.dialog.AjaxModalDialog


Extends py.dialog.Dialog.

Defined in: ajax.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Dialog that fetch content from an url
Fields borrowed from class py.dialog.Dialog:
_args, _background_node, _close_button, _content_loaded, _content_node, _is_shown, _max_height, _max_width, _node, _resize_hdlr, _scroll_hdlr, _title_node, _titlebar_node, template
Methods borrowed from class py.dialog.Dialog:
_initNode, _setContent, destroy, hide, show
Class Detail
py.dialog.AjaxModalDialog(args)
Dialog that fetch content from an url
Parameters:
{Object} args
arguments for the dialog
{String} args.url
Url to use
{Boolean} args.refresh_on_show Optional
refresh every time show() is called

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