[TYPO3-templavoila] FCE and UserFunc
K. Zugberg
webshopper at arcor.de
Thu Jun 15 22:23:36 CEST 2006
Hello list,
I would like to use a userfunction within an FCE and transmit the value
inserted in an input field to my user function. So far I'm using the
following Typoscript code:
<eType>text</eType>
<TypoScript>
<![CDATA[
10 = TEXT
10.current = 1
20 = USER
20.userFunc = user_functions->createwhatever
20.param < 10
]]>
</TypoScript>
The problem is: the value inserted in the text field is not transmitted
to my function. When I debug the value I receive is "TEXT". Can anybody
help me here? I would be glad to receive a hint which helps me find the
solution.
Thanks in advance!
K. Zugberg
More information about the TYPO3-project-templavoila
mailing list