Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

show Method 

Displays the dialog.

[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

Dialog Object


Direct link to this topic