Alert Module
The Alert Module displays customized alerts.
Configuration Properties
Module
-
alertRegion
: The region in which to display the alert. The default region isModalWindowRegion
. For a list of regions, see Regions. -
overrideNativeAlert
: WhenoverrideNativerAlert
is set totrue
, the browser's native alert method is overridden. By default,overrideNativerAlert
istrue
. Calling thealert
method withmessage
,title
, andcallback
invokes the custom alert.
Views
-
AlertView
: Noconfiguration
properties
View Models
No view models