Class: Prompt

Prompt()

new Prompt()

password prompt
Source:

Methods

(static) getPassword() → {string}

get the cached password If you do not get a password with this function (returns an empty string), use requestPassword.
Source:
Returns:
Type
string

(static) init()

init status manager preloads jQuery elements
Source:

(static) requestLoadConfirmation()

Request users confirmation to load possibly burn after reading paste
Source:

(static) requestPassword()

ask the user for the password and set it
Source:

(static) reset()

resets the password to an empty string
Source:

(private, static) submitPasswordModal(event)

submit a password in the modal dialog
Parameters:
Name Type Description
event Event
Source: