Version

NotifierClientEvents Class Members

The following tables list the members exposed by NotifierClientEvents.

Public Fields
 NameDescription
Public FieldHiddenEvent 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  
Public FieldHidingEvent 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  
Public FieldShowingEvent 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  
Public FieldShownEvent 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  
See Also

View on GitHub