Versions Compared

Key

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

...

Attribute

Description

Value

ftalias

A navigation alias to nominate a branch to restrict the picker view to.

If absent, or navigation alias not found grabs root of site tree.

ftrendertype

Options for rendering the navigation picker. Standard options include an expandable tree or select drop down menu.

default; tree. Options; dropdown

ftselectmultiple

Boolean for allowing multiple selections in the category picker.

default; true.

ftSelectSize

Integer determining the number of items shown in the select box.

default; 5.

ftDropdownFirstItem

Text for the first item in the drop down.

default; blank.

Code Blockcode
titleSample Usage
<cfparam<cfproperty nameftseq="arguments.stMetadata.ftAlias2" defaultftfieldset="Redirection" type="string" />
<cfparam name="arguments.stMetadata.ftLegendlinkNavigation" defaulttype="string" typehint="string"Link />to <cfparam name="arguments.stMetadata.ftRenderType" default="Tree" type="string" />
<cfparam name="arguments.stMetadata.ftSelectMultiple" default="true" type="boolean" />
<cfparam name="arguments.stMetadata.ftSelectSize" default="5" type="numeric" />
<cfparam name="arguments.stMetadata.ftDropdownFirstItem" default="" type="stringa navigation folder within the site." required="no" default="" fttype="navigation" ftalias="home" ftrendertype="tree" ftSelectMultiple="false" ftlabel="Navigation Folder" />