- Description:
Module supporting the dynamic and manual registration URLs in the tool registration admin setting.
- Source:
- Copyright:
- 2021 Jake Dallimore
- 2021 Jake Dallimore
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Module supporting the dynamic and manual registration URLs in the tool registration admin setting.
Members
(static, constant) init
- Description:
Initialise the tool registration page, attaching handlers, etc.
- Source:
Initialise the tool registration page, attaching handlers, etc.
(inner, constant) SELECTORS :Object
- Description:
DOM Selectors.
- Source:
DOM Selectors.
Type:
- Object
Methods
(inner) focusURLHandler(event)
- Description:
Focus handler for the registration URL field, enabling auto select of text on click.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
event |
Event | a click event. |