Balloon
Balloon-style visual notifications.
Constructors
new Balloon()
new Balloon():
Balloon
Returns
Methods
error()
error(
s):void
Shows information message (red background)
Parameters
| Parameter | Type |
|---|---|
s | string | HTMLElement |
Returns
void
Source
info()
info(
s):void
Shows information message (green background)
Parameters
| Parameter | Type |
|---|---|
s | string | HTMLElement |
Returns
void
Source
warning()
warning(
s):void
Parameters
| Parameter | Type |
|---|---|
s | string | HTMLElement |
Returns
void
Source
closeAll()
staticcloseAll():void
Closes all balloons currently shown
Returns
void