2010年12月15日星期三

Re: [fw-mvc] modify default error decorators

if I'm not mistaken the resulting html contains a class like "form-errors".

http://framework.zend.com/manual/en/zend.form.standardDecorators.html#zend.form.standardDecorators.formErrors

You can use CSS to change the color:

.form-errors {
color: #ff0000;
}

Jeroen

On 15 Dec 2010, at 12:28, sina miandashti wrote:

> i have a zend form object
>
> i want to modify the error decorator to make the error text fontcolor = red
> !
>
> i search a lot cant find how to do this :(
>
> --
> ________________
> Sincerely
> Sina Miandashti
> MuSicBasE.ir & InvisionPower.ir Admin

没有评论: