core_grades/searchwidget/group

Description:
  • A widget to search groups within the gradebook.

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

A widget to search groups within the gradebook.

Members

(inner) initialised :boolean

Description:
  • Whether this module is already initialised.

Source:

Whether this module is already initialised.

Type:
  • boolean

Methods

(inner) afterSelect(selected)

Description:
  • Define the action to be performed when an item is selected by the search widget.

Source:
Parameters:
Name Type Description
selected String

The selected item's value.

(inner) init()

Description:
  • Our entry point into starting to build the group search widget.

    It'll eventually, based upon the listeners, open the search widget and allow filtering.

Source:

(inner) registerListenerEvents()

Description:
  • Register event listeners.

Source:

(inner) searchGroups() → {function}

Description:
  • Define how we want to search and filter groups when the user decides to input a search value.

Source:
Returns:
Type
function