From JRapid
(Redirected from
Maxlength)
The "maxlength" attribute sets the maximum length for properties of type string.
Usage
<property name = NAME label = LABEL maxlength="100" />
Example
<property name ="name" label="Name" type="string" maxlength="100" />
See also