Floating help.
Methods
(static) .addAnchorListeners()
Add the anchor listeners.
(static) .addButtonListeners()
Add the button listeners.
(static) .closeFloatingHelp()
Close the help.
(static) .closeImmediately()
Close the help with no delay.
(static) .createButton()
Prepare the toggle button.
(static) .createButtons()
Create the toggle and back buttons if they don't already exist.
(static) .destroy()
Clear out all the local variables and remove the event listeners.
(static) .floatingHelpAnchorClickHandler(e)
Handle the anchors.
Parameters:
Name | Type | Description |
---|---|---|
e |
Event | the click event. |
(static) .floatingHelpBackClickHandler()
Handle the back button.
(static) .init()
Initialise the floating help.
(static) .openFloatingHelp()
Open the help.
(static) .toggleFloatingHelp()
Toggle the help.