DragPanel.ClientDialogHandler

Client side event handler that is called whenever a click event occurs anywhere inside of the modal dialog.

Client handler is a jQuery event handler and receives this as the element clicked plus the standard jQuery event object. You can check this.id and match against specific control ids:

if (this.id == "btnClose") doA(); if (this.id == "btnCancel") doB();

public virtual string ClientDialogHandler

See also:

Class DragPanel


  Last Updated: 11/12/2008 | © West Wind Technologies, 2008