Editor.alert
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.
- Documentation
- › API
- › Global objects API
- › Editor.alert
Editor.alert( message : String)
: String)Arguments
- message
- String. Message content