This method displays a popup.
|
JavaScript |
|
|
DisplayPopupMessage (type, text, timeout) |
|
Parameters
type
Determines the type of popup. The type can be set to any of the following values:
· Help = 0
· Message = 1
· Warning = 2
· Error = 3
· Loading animation = 4
text
The text message to be displayed in the popup window.
timeout
The timeout in seconds for closing the popup window.