The Alert Module displays customized alerts.
Module
alertRegion
: The region in which to display the alert. The default region is ModalWindowRegion
. For a list of regions, see Regions.
overrideNativeAlert
: When overrideNativerAlert
is set to true
, the browser's native alert
method is overridden. By default, overrideNativerAlert
is true
. Calling the alert
method with message
, title
, and callback
invokes the custom alert.
Views
AlertView
: No configuration
properties
View Models
No view models