Versions Compared

Key

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

...

Attribute

Description

Value

ftRenderType

Specify how to render the form element for the array, library or select dropdown

Library, or list (default = Library)

ftSelectMultiple

Allow selection of multiple items from a select list

true or false (default = true)

ftSelectSize

Specify the number of items displayed of a select list

default = 10

ftlibrarypickliststyle

Library pick list style.

border: red 1px solid;

ftLibraryPickListClass

Library pick list class.

defaults to...

ftLibraryAddNewMethod

Edit method to render handler when adding a content item through the library. As the library environment is a little unique a standard edit method won't work here.

By default will look for ./webskin/typename/libraryAdd.cfm

ftAllowLibraryAddNew

Boolean to turn on/off ADD tab in the library view.

true/false; default true

ftLibraryPickMethod

Display method to render thumbnail when adding a content item through the library.

By default will look for ./webskin/typename/libraryPick.cfm

ftLibrarySelectedMethod

Display method to render thumbnail when content item is selected in the library or shown on a stadard edit form.

By default will look for ./webskin/typename/librarySelected.cfm

 

ftLibraryPickListClass

 

 

ftLibraryPickListStyle

 

 

ftLibrarySelectedListClass

 

 

ftLibrarySelectedListStyle

 

 

ftShowLibraryLink

Controls the display of the library link in forms

true or false (default = true)

Simple Options for Populating Library Data

...