Alloy UI

aui-dialog  1.0.1

 
Filters

static Class DialogManager - extends OverlayManager

A base class for DialogManager:

Constructor

DialogManager ( config )
Parameters:
config <Object> Object literal specifying widget configuration properties.

Properties inherited from Base:

Properties inherited from OverlayManager:

Properties inherited from Attribute:

Configuration attributes inherited from Base:

Configuration attributes inherited from OverlayManager:

Methods

closeByChild

Dialog closeByChild ( child )

Invoke the close method from the Dialog which contains the child element.

Example:
A.DialogManager.closeByChild('#dialogContent1');
Parameters:
child <Node | String> Child node of the Dialog.

findByChild

Widget findByChild ( child )
Find the Widget instance based on a child element.
Parameters:
child <Node | String> Child node of the Dialog.

refreshByChild

void refreshByChild ( child )

Invoke the start method from the IOPlugin plugged on this Dialog instance. If there is no IOPlugin plugged it does nothing.

Example:
A.DialogManager.refreshByChild('#dialogContent1');
Parameters:
child <Node | String> Child node of the Dialog.

Events inherited from Base:

Events inherited from OverlayManager: