[TYPO3-dev] itemsProcFunc - selected values are not shown, get REC_FIELD_somefield

Brian Bendtsen bb at bellevuevej.dk
Wed May 21 18:23:23 CEST 2008


Hi

I have finally found some way to use a select that joins multiple tables 
using the itemsProcFunc but I have a couple of questions

1. My selected values are not shown when I edit my record
2. How do I pass the ###REC_FIELD_someOtherColumn### to my function?

"someOtherColumn" => ...

"myColumn" => Array (		
	"exclude" => 1,		
	"label" => "label",		
	"config" => Array (
	 "type" => "select",
          "items" => Array(''=>0),	
	"itemsProcFunc" => 'tx_wkleague_addFieldsToFlexForm->getActivePlayers',
				"MM" => "MM_table",	
				"size" => 10,	
				"minitems" => 0,
				"maxitems" => 50,
			)
		),

/Brian




More information about the TYPO3-dev mailing list