EditArea
EditArea is a Process Field and it can be used inside or outside a ProcessRecord Element.
<tr mo:type="ProcessRecord"> <td> <textarea mo:type="EditArea" name="DESC" mo:props="nonBlank:true, maxLength:255, valHandler:MyValHandler, valErrorHandler:MyErrorHandler"> <xsl:value-of select="DESC" /> </textarea> </td> </tr>
See EditBox function class in MoreMotion Face API.
See Validation Properties