Zimlet JavaScript API Reference - ZmBrowserAlert

Class ZmBrowserAlert


Extends ZmAlert.

Singleton alert class that alerts the user by flashing the favicon and document title.

Defined in: ZmBrowserAlert.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates the browser alert.
Method Summary
Method Attributes Method Name and Description
<static>  
ZmBrowserAlert.getInstance()
Gets an instance of the browser alert.
 
start(altTitle)
Starts the alert.
 
stop()
Stops the alert.
Class Detail
ZmBrowserAlert()
Creates the browser alert.
Method Detail
<static> {ZmBrowserAlert} ZmBrowserAlert.getInstance()
Gets an instance of the browser alert.
Returns:
{ZmBrowserAlert} the browser alert

start(altTitle)
Starts the alert.
Parameters:
{String} altTitle
the alternate title

stop()
Stops the alert.

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:41 GMT-0400 (EDT)