[TYPO3-english] TCEFORM wizard colorbox

Sebastian Gebhard s.gebhard at markenmotiv.de
Wed Mar 11 12:06:37 CET 2009


Hi list,

i want use the colorbox wizard in a TCEFORM of my Extension.

Therefore I set up in $TCA:

$TCA['tx_myext_table']['coloumns']['color'] => array(
	'label' => 'Color',		
	'config' => array (
		'type' => 'input',	
		'size' => '30',
		'wizards' => array(
			'_PADDING' => 1,
			'_VERTICAL' => 1,
			'colorpicker' => array(
				'type' => 'colorbox',
				'icon' => 'list.gif',
				'title' => 'colorpicker',
			),
		),
	),
);

But no wizard is visible in the form.
When I take a look at the HTML-Code i notice that in fact something "is 
going on" because next to the input field theres a new <td> with another 
table construct in it an finally a clear.gif in it with the title 
"colorpicker".

So I can't be completely wrong but maybe i missed something?


More information about the TYPO3-english mailing list