Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue

string - short text.

Overview

Value of this field is a short text.

Common Attributes

Insert excerpt
Common Model Field Attributes
nopaneltrue
Common Model Field Attributes

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

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
theme
themeEclipse
languagexml
Eclipselinenumberstrue

<string name="firstName" />
<string name="lastName" required="true" />
<string name="name" expression="#firstName + ' ' + #lastName" />