Sun Identity Manager Deployment Reference

Example

To display a text box with five visible rows that wraps after each 70 characters specify:

<Field name=’Description’>
   <Display class=’TextArea’>
     <Property name=’rows’ value=’5’/>
     <Property name=’columns’ value=’70’/>
   </Display>
</Field>

If the user enters text beyond the defined visible rows, the text area displays a scroll bar.