Table of Contents
show Method 

Displays the dialog.

Syntax
JavaScript
 Dialog.show(modal, caption, initData)

Parameters

modal
true to display the dialog as a modal dialog, false to display a modeless dialog. null to use the default value set by Dialog.IsModal.
caption
Optional. A new dialog title text.
initData
Optional. Initialize data for the dialog. This parameter is passed to ClientSideOnInitDialog client side event handler.
See Also