- Source:
Methods
-
(static) toggleAttributesSaveSuccess() → {undefined}
A function to toggle the "attributesSaveSuccessLabel" of the DOM based on whether the operation of saving site attributes, when asked, was a success. A "true" input shows a check mark, while a "false" input shows a cross.
-
- Source:
Returns:
- Type
- undefined
-
(static) toggleHashField(eventType, message) → {undefined}
A function to toggle the type and text of the proxy password field based on the kind of event encountered.
-
Parameters:
Name Type Description eventTypestring An enum indicating the type of event - "click" (show password), "done" (normal, don't show password), or "error" (show error message), "generate" (disable the field) messagestring The value of the text to set. - Source:
Returns:
- Type
- undefined