Namespace vorple.notify
Notifications.
- Defined in: vorple.notify.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
vorple.notify.defaults
Default options
|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
vorple.notify.alert(text, options)
Show a modal dialog with a button that closes it.
|
| <static> |
vorple.notify.clearQueue()
Clear the notification queue.
|
| <static> |
vorple.notify.close()
Close the current notification.
|
| <static> |
vorple.notify.closeAll()
Close all notifications.
|
| <static> |
vorple.notify.show(text, options)
Show a notification using the noty library.
|
Namespace Detail
vorple.notify
Field Detail
<static>
vorple.notify.defaults
Default options
Method Detail
-
<static> vorple.notify.alert(text, options)Show a modal dialog with a button that closes it.
- Parameters:
- {string} text
- The text to show in the dialog
- {object} options
- Notification options.
-
<static> vorple.notify.clearQueue()Clear the notification queue. Shortcut for $.noty.clearQueue().
-
<static> vorple.notify.close()Close the current notification. Shortcut for $.noty.close().
-
<static> vorple.notify.closeAll()Close all notifications. Shortcut for $.noty.closeAll().
-
<static> vorple.notify.show(text, options)Show a notification using the noty library.
- Parameters:
- {string} text
- The text to show in the notification
- {object} options
- Notification options. See http://needim.github.com/noty/#options for details.
- See:
- http://needim.github.com/noty