formText

Description: A component to put any kind of text in the body of a form component

JavaDoc: Click here

Remarks:

Body content: JSP context.

Attributes:

Name Description Data type Required Default value
tip A tip for the current field. String No -

Examples:

<dif:document>
   <dif:form>
         <dif:formText>Any kind of text</dif:formText>
   </dif:form/>
   ...
</dif:document>

See also:

Back to tag reference