Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

longchar

String or nText type data field with a Textarea 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.

Tip

Use the ftStyle attribute to set the height and width of the textarea.

Sample Code

Code Block
titleSample 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"
 />