Version

PopoverClientEvents Class Members

The following tables list the members exposed by PopoverClientEvents.

Public Fields
 NameDescription
Public FieldHiddenEvent fired after popover is hidden. Function takes arguments evt and ui. Use ui.element to get the element the popover hid for. Use ui.content to get the current content displayed in the popover as a string. Use ui.popover to get the popover element hidden. Use ui.owner to get reference to the igPopover widget  
Public FieldHidingEvent fired before a popover is hidden. Return false in order to cancel action. Function takes arguments evt and ui. Use ui.element to get the element the popover will hide for. Use ui.content to get the current content displayed in the popover as a string. Use ui.popover to get the popover element hiding. Use ui.owner to get reference to the igPopover widget  
Public FieldShowingEvent fired before a popover is shown. Return false in order to cancel action. Function takes arguments evt and ui. Use ui.element to get the element the popover will show for. Use ui.content to get or set the content to be shown as a string. Use ui.popover to get the popover element showing. Use ui.owner to get reference to the igPopover widget  
Public FieldShownEvent fired after popover is shown. Function takes arguments evt and ui. Use ui.element to get the element the popover showed for. Use ui.content to get or set the content was shown as a string. Use ui.popover to get the popover element shown. Use ui.owner to get reference to the igPopover widget  
See Also

View on GitHub