size¶
- size¶
- Path
$GLOBALS['TCA'][$table]['columns'][$field]['config']
- Type
integer
- Scope
Display
- Types
Height of the box in FormEngine.
With
type='select'
andrenderType='selectSingle'
, the default is1
, but if set to a number greater than 1, the select drop down will be displayed as box where only one item can be selected.With
type='select'
andrenderType='selectSingleBox'
, this value should not be set to a number smaller than 2.With
type='group'
ortype='folder'
, the "box" collapses to a single element input and should then be combined with a maxitems=1, the default is5
.