EditArea

Top  Previous  Next

  <textarea name="pf_${fieldName}" onchange="PMgr.fieldChanged(this)"
     mo:name="${fieldName}" mo:type="EditArea" mo:field="true" mo:iValue="${initialValue}"
     mo:props="nonBlank:${nonBlank}, maxLength:${maxLength},
     valHandler:${valHandler}, valErrorHandler:${valErrorHandler}">
    <xsl:value-of select="${initialValue}" />
  </textarea>

 

${fieldName}

The name of the ProcessField

${initialValue}

The initial value of the field

${nonBlank}

If "true" then the field cannot be left blank

${maxLength}

The maximum number of btys that can be entered into the field

${valHandler}

The name of the validation handler function

${valErrorHandler}

The name of the validation error handler function.