core_course/actionbar/initials

Description:
  • A small dropdown to filter users.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

A small dropdown to filter users.

Members

(static, constant) init

Description:
  • Our initial hook into the module which will eventually allow us to handle the dropdown initials bar form.

Source:

Our initial hook into the module which will eventually allow us to handle the dropdown initials bar form.

(inner) registered :boolean

Description:
  • Whether the event listener has already been registered for this module.

Source:

Whether the event listener has already been registered for this module.

Type:
  • boolean

Methods

(inner) onClickVariables() → {Object}

Description:
  • A small abstracted helper function which allows us to ensure we have up-to-date lists of nodes.

Source:
Returns:
Type
Object

(inner) registerListenerEvents(callingLink, firstInitialParam, lastInitialParam, additionalParams)

Description:
  • Register event listeners.

Source:
Parameters:
Name Type Default Description
callingLink String

The link to redirect upon form submission.

firstInitialParam String sifirst

The URL parameter to set for the first name initial.

lastInitialParam String silast

The URL parameter to set for the last name initial.

additionalParams Array

Any additional parameters to set for the URL.

(inner) swapActiveItems(itemToReset, e)

Description:
  • Given we are provided the old li and current click event, swap around the active properties.

Source:
Parameters:
Name Type Description
itemToReset HTMLElement
e Event