Hello.
Please tell me how can at Zend Form -> formSelect. Highlight fields of different colors?
Now I have made a script on JQuery. Which makes the fields colorful. But maybe there is a more elegant solution by the means Zend?
Thanks in advance.
Hello.
Please tell me how can at Zend Form -> formSelect. Highlight fields of different colors?
Now I have made a script on JQuery. Which makes the fields colorful. But maybe there is a more elegant solution by the means Zend?
Thanks in advance.
Hi!
Have a look at the documentation of the Select
element. The last example presents a way of adding custom attributes to the value options.
Good luck!