HexagonJS
Alert Changelog
2.3.0
Alert
Added
The constructor for the alerts used by hx.alert and hx.message
hx.AlertManager
Added
The constructor for creating a custom alert manager. The alert and message methods use the default alert manager that creates a container within body
hx.alertAlert
Added
Displays an alert notification that can only be dismissed by the user clicking the close button or by calling the close method.
This utilises the inbuilt alert manager that will add the alert container to the body
hx.messageAlert
Added
Displays an alert notification that can only be dismissed by the user clicking the close button or by calling the close method.
This utilises the inbuilt alert manager that will add the alert container to the body