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