Cytat(borpaw @ 28.04.2011, 14:00:42 )

Nie mogę znaleźć jak ustawić styl dla labela, tak mogę zmieniać styl pola tekstowego a chciałby np zmienić kolor tekstu 'test'
$bonusfor = new Zend_Form_Element_Textarea
('bonusfor', array('label' => 'test', 'attribs' => array ('style' => 'width: 100px') ) );
Jak to zrobić?
$bonusfor = new Zend_Form_Element_Textarea
('bonusfor', array('label' => '<span style='color
:red
;'>test</span>', 'attribs' => array ('style' => 'width: 100px') ) );
Nie testowałem ale chyba powinno dać radę.