[TYPO3-english] TCA field type text max length

Rayuth You (Yuth) rayuth at typo3cambodia.org
Thu Mar 1 04:40:11 CET 2012


Hi list,

I want to limit max length only 1000 characters for my textarea field.
As type 'input' that have property 'max'.
Here is my configuration:

'additional' => array(
	'label' => 'Additional',
	'config'  => array(
		'type' => 'text',
		'rows' => 30,
		'cols' => 40,
		"eval" => "trim",
	)
)

What should I do?

Kind regards,
Rayuth

-- 
Rayuth You
Web Developer

M: +855 11 262 078
E: rayuth at typo3cambodia.org

TYPO3 .... inspiring people to share!
Get involved: http://www.typo3cambodia.org


More information about the TYPO3-english mailing list