[TYPO3-dev] Flexform and Select
Bernhard Kraft
kraftb at kraftb.at
Wed Oct 21 09:34:13 CEST 2009
B.Wolf schrieb:
> The problem:
> When pid > 0 everything is fine.
> But when I set the pid to 0, I don't get any options in my select.
> I also tried
So you want to put your records on the root page (world icon).
Set
$GLOBALS['TCA']['tx_yourtable']['ctrl']['rootLevel'] = 1;
in your ext_table.php. Then it should be possible to add/list/edit those
records on the root-level (pid=0, world icon). And also list them in
select/group fields of TCEforms.
greets,
Bernhard
More information about the TYPO3-dev
mailing list