Example 1 - [Simple Text Input]
Name
Address
Address


Code Used To Implement:

<table>
<tr>
	<td><b>Name</b></td>
	<td><CF_DCCOM component="limitedTextControl" style="width:300px" progressBarColor="red" type="text" name="name" size="40" charLimit="40"></td>
</tr>
<tr>
	<td valign=top><b>Address</b></td>
	<td><CF_DCCOM component="limitedTextControl" style="width:300px" type="textarea" name="lt2" cols="60" rows="10" charLimit="200"></CF_DCCOM></td>
</tr>
<tr>
	<td valign=top><b>Address</b></td>
	<td><CF_DCCOM component="limitedTextControl" style="width:300px" type="textarea" name="message" cols="60" rows="10" displayText="You can use up to 200 chars - " charLimit="200">Some text to start with</CF_DCCOM></td>
</tr>
</table>