Editor.alert
Description
This is supposed to be a non-blocking alternative to the browsers' alert() function which blocks all scripts from running while the message is shown.
Currently there is no difference in using this function or the browsers' alert() function. If you feel the need for this, please contact us.
Syntax
Editor.alert (message : String)
Arguments
- message
String. Message content