[TYPO3-dev] $TCA passtrough value from userfunction

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Tue Oct 9 22:08:02 CEST 2007


Thomas Mammitzsch schrieb:
> 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.

Have a look at the docs: 
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/current/

There are the types "none", "passthrough" and "user" that make more 
sense depending on what you're trying to do. I guess it's user. The user 
function can simply output the hidden form field, any other output is 
optional.

Masi




More information about the TYPO3-dev mailing list