tool_moodlenet/validator

Our validator that splits the user's input then fires off to a webservice

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

Methods

(inner) validation(inputElement) → {Promise}

Source:

Handle form validation

Parameters:
Name Type Description
inputElement HTMLElement

The element the user entered text into.

Returns:

Was the users' entry a valid profile URL?

Type
Promise