gradereport_singleview/user

Description:
  • A small modal to search users within the gradebook.

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

A small modal to search users within the gradebook.

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 search widget. It'll eventually, based upon the listeners, open the search widget and allow filtering.

Source:

(inner) registerListenerEvents()

Description:
  • Register user search widget related event listeners.

Source:

(inner) searchUsers() → {function}

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

Source:
Returns:
Type
function