Danke, Danke, Danke!!
LG Laurie
Am 02.04.14 14:58, schrieb Ralf-Rene Schröder:
Am 02.04.2014 12:28, schrieb Laurie:
$TCA['tx_adminaddress'] = array(
'ctrl' => array(
'title'=> 'institution',
'label_alt' => 'lastName',
'label_alt_force' => 1
'labe
Am 02.04.2014 12:28, schrieb Laurie:
> $TCA['tx_adminaddress'] = array(
> 'ctrl' => array(
> 'title'=> 'institution',
'label_alt' => 'lastName',
'label_alt_force' => 1
> 'label' => 'institution',
> 'tstamp' => 'tstamp',
> 'crdate' => 'crda
Hi Alle,
im Listmodul möchte ich dem Redakteur zwei Felder im Selectfeld der
foreign_table zur Verfügung stellen
TCA
...
'config' => array(
'type' => 'select',
'items' => array(
array('keine', 0),
),
'foreign_table' => 'tx_adminaddress',