[Typo3-dev] flexform issues again
Tonni Aagesen
goto at dev.null
Mon Sep 6 18:42:01 CEST 2004
Tonni Aagesen wrote:
Continuing the habbit of answering my own questions:
> 2) How do I setup a multiple checkbox field in flexform?
<config>
<type>check</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0"> Option 1</numIndex>
<numIndex index="1">0</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0"> Option 2</numIndex>
<numIndex index="1">1</numIndex>
</numIndex>
</items>
</config>
I still can't figure out how to display a specific xml value for the
record label though:
$TCA["tx_myext_items"] = Array (
"ctrl" => Array (
"label" => "info", // how to get xml value here?
--
Best regards
Tonni Aagesen
www.cazoo.dk
More information about the TYPO3-dev
mailing list