Global

Methods

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

jQuery plugin that creates the basic interactivity for a button that expands and collapse a flyout
Parameters:
Name Type Attributes Description
options Object <optional>
Properties
Name Type Attributes Description
focusManagement boolean <optional>
set focus to 'none, 'overlay', 'first' or an ID (default: 'none')
autoCollapse boolean <optional>
collapse overlay when focus exits widget (default: true)
buttonSelector boolean <optional>
css selector for button element (default: '.flyout__button')
overlaySelector boolean <optional>
css selector for overlay element (default: '.flyout__overlay')
debug boolean <optional>
print debug statements to console (default: false)
Source:
Fires:
  • event:{object} flyoutCollapse - the flyout has collapsed
  • event:{object} flyoutExpand - the flyout has expanded
Returns:
chainable jQuery class
Type
jQuery

Events

flyoutCollapse

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

flyoutExpand

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