join
join
Used to liase with join type fields (array and uuid)
Attributes
Name | Required | Default | Options | Description |
---|---|---|---|---|
ftJoin | Yes | comma seperated list of types | A list of the user can select from. e.g 'dmImage,dmfile,dmflash' | |
ftAllowSelect | No | true | true,false | Allows user to select existing records within the library picker |
ftAllowCreate | No | true | true,false | Allows user create new record within the library picker |
ftAllowEdit | No | false | true,false | Allows user edit new record within the library picker |
ftRemoveType | No | remove | delete,detach | detach will only remove from the join, delete will remove from the database |
ftAllowRemoveAll | No | false | true,false | Allows user to remove all items at once |
ftlibrarydatasqlwhere | No | A simple where clause filter for the library data result set. Must be in the form PROPERTY OPERATOR VALUE. For example, status = 'approved' | ||
ftlibrarydatasqlorderby | No | datetimelastupdated desc | Nominate a specific property to order library results by. | |
ftLibrarySelectedWebskin | No | librarySelected | webskin to overwrite each record in list | |
ftLibrarySelectedListClass | No | arrayDetail | overwrite the style class of the list | |
ftLibrarySelectedListStyle | No | write your own inline style for the class | ||
ftLibraryListItemWidth | No | ??? | ||
ftLibraryListItemHeight | No | ??? | ||
ftRenderType | No | Library | Library, list, checkbox or radio | Specify how to render the form element for the array, library pop-up, select dropdown, or list of checkbox or radio buttons. |
ftSelectSize | No | 10 | Specify the number of items displayed of a select list. | |
ftSelectMultiple | No | true | true,false | Allow selection of multiple items from a select list. Values - true or false, if this property is omitted then allowing multiple select is default |
ftAllowLibraryEdit | No | false | ??? | |
ftLibraryEditWebskin | No | edit | ??? | |
ftFirstListLabel | No | -- SELECT -- | Used with ftRenderType, this is the value of the first element in the list | |
ftLibraryData | No | Name of a function to return the library data. By default will look for ./webskin/typename/librarySelected.cfm | ||
ftLibraryDataTypename | No | Typename containing the function defined in ftLibraryData | ||
ftAllowBulkUpload | No | false | true,false | Allows user to upload items in bulk. Only used for array properties. |