Dashboard > FarCry 4.0 Developers Guide > ... > Formtools Technology > Form Tool Property Metadata > arraylist
Added by Geoff Bowers , last edited by Geoff Bowers on Sep 08, 2007  (view change)
Labels: 
(None)

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

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