mam tak:
'color' => array ( 'name' => 'color', 'label' => 'Kolor tła', 'inputType' => 'text', 'eval' => array('maxlength'=>6, 'multiple'=>true, 'size'=>2, 'isHexColor'=>true, 'decodeEntities'=>true, 'tl_class'=>'w50 wizard'), 'wizard' => array ( array('Edycjagal', 'colorPicker') )
tylko jak mam zmodyfikować poniższy kod by to zagrało
public function colorPicker(DataContainer $dc) { return ' ' . $this->generateImage('pickcolor.gif', $GLOBALS['TL_LANG']['MSC']['colorpicker'], 'style="vertical-align:top; cursor:pointer;" id="moo_'.$dc->field.'" class="mooRainbow"'); }