The following tables list the members exposed by NotifierClientEvents.
Name | Description | |
---|---|---|
Hidden | Event fired after notifier is hidden. Function takes arguments evt and ui. Use ui.element to get the element the notifier hid for. Use ui.content to get the current content displayed in the notifier as a string. Use ui.notifier to get the notifier element hidden. Use ui.owner to get reference to the igNotifier widget | |
Hiding | Event fired before a notifier is hidden. Return false in order to cancel action. Function takes arguments evt and ui. Use ui.element to get the element the notifier will hide for. Use ui.content to get the current content displayed in the notifier as a string. Use ui.notifier to get the notifier element hiding. Use ui.owner to get reference to the igNotifier widget | |
Showing | Event fired before a notifier is shown. Return false in order to cancel action. Function takes arguments evt and ui. Use ui.element to get the element the notifier will show for. Use ui.content to get or set the content to be shown as a string. Use ui.notifier to get the notifier element showing. Use ui.owner to get reference to the igNotifier widget | |
Shown | Event fired after notifier is shown. Function takes arguments evt and ui. Use ui.element to get the element the notifier showed for. Use ui.content to get or set the content was shown as a string. Use ui.notifier to get the notifier element shown. Use ui.owner to get reference to the igNotifier widget |
View on GitHub