Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Password Field is one of the generic HTML Form input elements. It has a similar presentation and setup as the Text Field.


Figure 1: Password Field

...

ID

Element ID

Label

Element Label

Value

Default Value

Max Length

Maximum allowed character length allowed

Size

Width of the element

Read Only Readonly

Determines if this the element is editable

Display Field field as Label when Read Onlyreadonly?

Display Displays the value of the element as plain text when element is set to be as read only"Readonly".

One may extend the capabilities of this element by adding in Validatora validator.

Read more about Validators.