Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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"
 />
  • No labels