wizard.suggest
Field Wizard: Suggest
See https://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/CoreWizardScripts/Index.html for details about the behaviors that are controlled by arguments.
DEPRECATED - use flux:field with custom "config" with renderMode and/or fieldWizard attributes
Arguments
label
- DataType
- string
- Required
- false
- Description
- Optional title of this Wizard
hideParent
- DataType
- boolean
- Required
- false
- Description
- If TRUE, hides the parent field
variables
- DataType
- mixed
- Default
- array ()
- Required
- false
- Description
- Freestyle variables which become assigned to the resulting Component - can then be read from that Component outside this Fluid template and in other templates using the Form object from this template
extensionName
- DataType
- string
- Required
- false
- Description
- If provided, enables overriding the extension context for this and all child nodes. The extension name is otherwise automatically detected from rendering context.
table
- DataType
- string
- Required
- false
- Description
- Table to search. If left out will use the table defined by the parent field
pidList
- DataType
- string
- Required
- false
- Description
- List of storage page UIDs
pidDepth
- DataType
- integer
- Default
- 99
- Required
- false
- Description
- Depth of recursive storage page UID lookups
minimumCharacters
- DataType
- integer
- Default
- 1
- Required
- false
- Description
- Minimum number of characters that must be typed before search begins
maxPathTitleLength
- DataType
- integer
- Default
- 15
- Required
- false
- Description
- Maximum path segment length - crops titles over this length
searchWholePhrase
- DataType
- boolean
- Required
- false
- Description
- A match requires a full word that matches the search value
searchCondition
- DataType
- string
- Required
- false
- Description
- Search condition - for example, if table is pages "doktype = 1" to only allow standard pages
cssClass
- DataType
- string
- Required
- false
- Description
- Use this CSS class for all list items
receiverClass
- DataType
- string
- Required
- false
- Description
- Class reference, target class should be derived from "t3lib_tceforms_suggest_defaultreceiver"
renderFunc
- DataType
- string
- Required
- false
- Description
- Reference to function which processes all records displayed in results