wwWebModalDialog::Show

A server side method that causes the dialog to be displayed when the page is reloaded.

Effectively this server side trigger mechanism for the client side dialog, but remember that the operation of the dialog is entirely client side. This means any clicks fire on the client and the client side event handlers (if any) are activated when you click a button and no postback occurs.

o.Show(Message,Title,isHtml)

Parameters

Message
The messge body for the dialog. This text is in HTML format.

Title
The header for the dialog. This text is plain text.

isHtml
Determines whether the text for message and title is treated as text or html. The former is HTML encoded, the later is taken as is and expands embedded markup.


See also:

Class wwModalDialog

© West Wind Technologies, 1996-2022 • Updated: 04/08/09
Comment or report problem with topic