action - action(action, msgId)
Triggers action of the popup
Binds DOM events for actions
Clears title, body, buttons of the popup.
Closes popup.
Sets keyboard focus to popup.
Returns current popup options.
Processes keyboard actions
Loads new content for the popup from the server.
lock - lock(message, [showSpinner])
Locks popup window.
Locks screen behind the popup
Maximizes popup.
Displays a message at the top of current popup.
Minimizes popup.
open - open([message], [options]);
Opens a new popup or transitions to new content.
Resets popup to default options.
resize - resize(width, height, [callBack])
Resizes existing popup.
Resized opened messages within popup.
Restores original template.
Transitions popup to the new state.
template - template(data, id, options = {})
Parses provided HTML as popup template
Toggles popup between maximized and normal states.
Unlocks popup window.
Unlocks screen behind popup.