Actions
Bug #61370
closedMissing feature with eval user function
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-09-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
According to the official documentation about the TCA (http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Text/Index.html#eval), the eval function accepts a user function for the "text" type.
This user function is composed of 2 methods : returnFieldJS and evaluateFieldValue (http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Input/Index.html#columns-input-properties-eval)
The second method works both on "input" and "text" types but the first is called only on the "input" type.
It would be great to add the javaScript evaluation also on the "text" type.
The past ticket is here : https://forge.typo3.org/issues/15081
Thanks
Actions