[TYPO3-dev] $TCA passtrough value from userfunction

Thomas Mammitzsch typo at pure.kicks-ass.net
Tue Oct 9 18:34:11 CEST 2007


hi list,

i try to save some be_user information along with other fields to a table.
the backend user must not change this value (it also makes no sense, 
because its only one value to select from), so there is no need to show 
it in TCEforms.

The only way i know to get my value in $TCA is to use type check, radio 
or select because they can use "itemsProcFunc" to get the needed value.
Unfortunately, the itemsProcFunc doesn't get called if the field is not 
listed in the types-section (to hide it).

Is there another way of passing custom field-values invisible for the 
be_user to the TCEform?

regards, Thomas




More information about the TYPO3-dev mailing list