Namespace: listeners

DOM. listeners

Methods

(static) generateListener() → {undefined}

Event listener for the "Generate" button.

Source:
Returns:
Type
undefined

(static) showListener() → {undefined}

Event listener for the "show" event for the proxy password, which will toggle the visibility of the generated password by flipping the type of the "hash" field to "text" (show) or to "password" (don't show).

Source:
Returns:
Type
undefined

(static) truncateListener() → {undefined}

Event listener for the truncate checkbox. When checked, the number of characters to truncate to can be changed; when unchecked, the number of characters to truncate is reset to Attributes.NO_TRUNCATION and disabled.

Source:
Returns:
Type
undefined