Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: MOTION-157

Status
colourRed
titleDeprecated

Note

Password This password field definition has been deprecated since Magnolia 6.0. It is part of the Magnolia 5 UI framework.

There is no corresponding implementation in the For the updated implementation, see Password field for Magnolia 6 UI framework instead.

Javadoc resource link
classNameinfo.magnolia.ui.form.field.definition.PasswordFieldDefinition
renderTypeasynchronous
renders two text boxes for entry and verification of passwords. The input text is masked in the field, but the value is stored as clear text in the JCR.

...

Simple password field definition:

...

Password
true
titleYAML file
Code Block
languageyml
form:
  tabs:
    - name: tabUser
      label: User
      fields:
        - name: password
          fieldType: password
          label: Password 
Localtab
titleJCR node
Advanced Tables - Table Plus
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse

Node name

Value

Mgnl n
form

Mgnl n
tabs

Mgnl n
tabUser

Mgnl n
fields

Mgnl n
password

Mgnl p
fieldType

password

Mgnl p
label

Include Page
_Referencing fields shortcut info - 5 UI
_Referencing fields shortcut info - 5 UI

...