Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Excerpt
hiddentrue

string - short text.

Overview

Value of this field is a short text.

Common Attributes

Insert excerpt

...

Common Model Field Attributes

...

Common Model Field Attributes
nopaneltrue

Insert excerpt
Additional common attributes for primitive fields
Additional common attributes for primitive fields
nopaneltrue

Attributes

name

type

required

default value

description

expression

string

no

none

If not empty value of the field will be evaluated using given expression.
It also automatically sets "persistent" to "false".
Please see expressions overview.

Example

Code Block
themeEclipse
languagexml
linenumberstrue
<string name="firstName" />
<string name="lastName" required="true" />
<string name="name" expression="#firstName + ' ' + #lastName" />