EditBox

Top  Previous  Next

EditBox is a Process Field and it can be used inside or outside a ProcessRecord Element.

  <tr mo:type="ProcessRecord"> 
    <td>
      <input type="text" mo:type="EditBox" name="EMAIL" value="{EMAIL}" 
             mo:props="nonBlank:true, isNumber:false, vvals:'', 
             valHandler:MyValHandler, valErrorHandler:MyErrorHandler" />
     </td>
  </tr>


See EditBox function class in  MoreMotion Face API.

See Validation Properties