[TYPO3-english] TCA 'type' => 'select' only shows one select field

Jigal van Hemert jigal at xs4all.nl
Sun Dec 11 08:31:39 CET 2011


On 11-12-2011 2:57, Mark Kuiphuis wrote:
>
> 'agency' => array(
> 'exclude' => 0,
> 'label' => 'Certification Agency',
> 'config' => array(
> 'type' => 'select',
> 'size' => '5',
> 'minItems' => 1,
try: 'minitems'

> 'maxItems' => 9999,
try: 'maxitems'

> 'autoSizeMax' => 5,
> 'foreign_table' => 'tx_myext_domain_model_certificationagency',
> 'foreign_table_where' => 'ORDER BY
> tx_myext_domain_model_certificationagency.name',
> 'MM' => 'tx_myext_agency_level_mm'
> ),
> )

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert.


More information about the TYPO3-english mailing list