Dashboard > FarCry 4.0 Developers Guide > ... > Formtools Technology > Form Tool Property Metadata > longchar
Added by Stephen Moretti , last edited by Geoff Bowers on May 23, 2007  (view change)
Labels: 
(None)

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

Powered by a free Atlassian Confluence Open Source Project License granted to FarCry CMS. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators