Shows a dialog with the supplied arguments.
|
function ShowDialog (url, argument, width, height, callBackFn, callBackArgs, sCaption) |
| url |
string |
the dialog's url |
| argument |
object |
dialog argument |
| width |
integer |
the width of the dialog |
| height |
integer |
the height of the dialog |
| callBackFn |
function |
function to be called when the dialog is closed |
| callBackArgs |
object |
arguments to be supplied to the callback function |
| sCaption |
string |
the title of the dialog. |
See Also