join

join

Used to liase with join type fields (array and uuid)

formtools.join:

Attributes

NameRequiredDefaultOptionsDescription
ftJoinYescomma seperated list of typesA list of the user can select from. e.g 'dmImage,dmfile,dmflash'
ftAllowSelectNotruetrue,falseAllows user to select existing records within the library picker
ftAllowCreateNotruetrue,falseAllows user create new record within the library picker
ftAllowEditNofalsetrue,falseAllows user edit new record within the library picker
ftRemoveTypeNoremovedelete,detachdetach will only remove from the join, delete will remove from the database
ftAllowRemoveAllNofalsetrue,falseAllows user to remove all items at once
ftlibrarydatasqlwhereNoA simple where clause filter for the library data result set. Must be in the form PROPERTY OPERATOR VALUE. For example, status = 'approved'
ftlibrarydatasqlorderbyNodatetimelastupdated descNominate a specific property to order library results by.
ftLibrarySelectedWebskinNolibrarySelectedwebskin to overwrite each record in list
ftLibrarySelectedListClassNoarrayDetailoverwrite the style class of the list
ftLibrarySelectedListStyleNowrite your own inline style for the class
ftLibraryListItemWidthNo???
ftLibraryListItemHeightNo???
ftRenderTypeNoLibraryLibrary, list, checkbox or radioSpecify how to render the form element for the array, library pop-up, select dropdown, or list of checkbox or radio buttons.
ftSelectSizeNo10Specify the number of items displayed of a select list.
ftSelectMultipleNotruetrue,falseAllow selection of multiple items from a select list. Values - true or false, if this property is omitted then allowing multiple select is default
ftAllowLibraryEditNofalse???
ftLibraryEditWebskinNoedit???
ftFirstListLabelNo-- SELECT --Used with ftRenderType, this is the value of the first element in the list
ftLibraryDataNoName of a function to return the library data. By default will look for ./webskin/typename/librarySelected.cfm
ftLibraryDataTypenameNoTypename containing the function defined in ftLibraryData
ftAllowBulkUploadNofalsetrue,falseAllows user to upload items in bulk. Only used for array properties.