Global

Methods

"jQuery.fn.buttonFlyout"(optionsopt) → {jQuery}

jQuery plugin that creates the basic interactivity for a button flyout
Parameters:
Name Type Attributes Description
options Object <optional>
Properties
Name Type Attributes Description
focusManagement boolean <optional>
sticky boolean <optional>
Source:
Fires:
  • event:{object} buttonFlyoutClose - the button flyout has closed
  • event:{object} buttonFlyoutOpen - the button flyout has opened
Returns:
chainable jQuery class
Type
jQuery

closeButtonFlyout()

Closes the flyout
Source:
Returns:
void

openButtonFlyout()

Opens the flyout
Source:
Returns:
void

Events

buttonFlyoutClose

buttonFlyoutClose event
Type:
  • object
Properties:
Name Type Description
event object event object
Source:

buttonFlyoutOpen

buttonFlyoutOpen event
Type:
  • object
Properties:
Name Type Description
event object event object
Source: