longchar
String or nText type data field with a textarea form element for editing purposes.
| Attribute | Description | Default Value |
|---|---|---|
| ftlimit | Restrict the amount of characters that can be entered into the field. | integer; default is unlimited. |
| Use the ftStyle attribute to set the height and width of the textarea. |
Sample Code
Sample Code Implementation
<cfproperty ftseq="32" ftfieldset="Story Teaser" ftwizardStep="News Body" name="teaser" type="longchar" hint="Teaser text." required="no" default="" ftlabel="Story Teaser" ftlimit="250" />