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 4 Next »

Array List

The arraylist fttype is really a utility field to simplify interaction with array property data. It works in combination with a nominated array property, recording a list of the labels of the array elements in the data field.

arraylist is very useful for display and verity indices. This field type is not really for use in a standard editing interface.

Attribute

Description

Default Value

ftArrayField

The name of the array property to list.

(blank)

ftWebskin

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.

Sample Code
<cfproperty name="lProducers" type="longchar" hint="Producers." required="no" default=""
    ftType="arrayList" ftArrayField="aProducers" />
  • No labels