Versions Compared

Key

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

...

Attribute

Description

Default Value

ftArrayField

The name of the array property to list.

(blank)

ftArrayWebskinftWebskin

Nominated webskin to render into array list on beforesave()

Label only.

ftIncludelink

Wrap a link around the label that points to objectid.

False

ftListType

none,ordered,unorderd

None.

Code Block
titleSample Code
<cfproperty name="lProducers" type="longchar" hint="Producers." required="no" default=""
    ftType="arrayList" ftArrayField="aProducers" />