arraylist
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(). This is the webskin of the type for each array value. Developers must ensure that mixed type arrays have a relevant webskin available to all options. | 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" />