longchar

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.

ftToggle

Checkbox boolean toggle for disabling the longchar field (used in displaying field)

false (don't show checkbox)

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"
 />