Namespace: floatingHelp

UCASDesignFramework.floatingHelp

Methods

(static) .addAnchorListeners()

Add the anchor listeners.
Source:

(static) .addButtonListeners()

Add the button listeners.
Source:

(static) .closeFloatingHelp()

Close the help.
Source:

(static) .closeImmediately()

Close the help with no delay.
Source:

(static) .createButton()

Prepare the toggle button.
Source:

(static) .createButtons()

Create the toggle and back buttons if they don't already exist.
Source:

(static) .destroy()

Clear out all the local variables and remove the event listeners.
Source:

(static) .floatingHelpAnchorClickHandler(e)

Handle the anchors.
Parameters:
Name Type Description
e Event the click event.
Source:

(static) .floatingHelpBackClickHandler()

Handle the back button.
Source:

(static) .init()

Initialise the floating help.
Source:

(static) .openFloatingHelp()

Open the help.
Source:

(static) .toggleFloatingHelp()

Toggle the help.
Source: