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 3 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)

ftArrayWebskin

Nominated webskin to render into array list on beforesave()

Label only.

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