monster.ui.protectField()

Syntax

monster.ui.protectField(field[, template]);

Parameters

KeyDescriptionTypeDefaultRequired
fieldInput on which the method will be applied. The type of the input needs to be password.jQuerytrue
templateLet you specify a container where the element passed as the field parameter is. If this parameter is omitted, the default value of $(html) will be used.jQuery$('html')false

Description

This method allow the user to see the value of a password input when this input is on focus.

On this page