DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

PASSWORD

Creates a single-line text input control, but the input text is rendered in such a way as to hide the characters (e.g., a series of asterisks). This control type is often used for sensitive input such as passwords. Note that the current value is the text entered by the user, not the text rendered by the user agent.

Note . Form designers should note that this mechanism affords only light security protection. Although the password is masked by user agents from casual observers, it is transmitted to the server in clear text, and may be read by anyone with low-level access to the network.

accesskey

Description:
See general information for accesskey.

alt

Description:
See general information for alt.

class

Description:
See general information for class.

dir

Description:
See general information for dir.

disabled

Description:
See general information for disabled.

filters

Description:
See general information for filters.

id

Description:
See general information for id.

label

Description:
See general information for label.

lang

Description:
See general information for lang. tag

layout

Description:
See general information for Layout and the password specific information.

maxlength

Description:
See general information for maxlength.

name

Description:
See general information for name.

readonly

Description:
See general information for readonly.

size

Description:
See general information for size.

style

Description:
See general information for style.

tabindex

Description:
See general information for tabindex.

title

Description:
See general information for title.

type

Description:
See general information for type.
Default:
password

value

Description:
See general information for value.

[tsref:(cObject).FORM.FormObject.PASSWORD]