Click to See Complete Forum and Search --> : style a disabled form field?


SaveSheep
09-12-2006, 11:55 AM
I have a radio button, when you choose 'signed' it enables a text field. When you click 'unsigned', it disables that field. When the field is disabled, i want it to use a different style tag. Any way to do this?

Thanks

KDLA
09-12-2006, 02:27 PM
Add a function to change the style on select.
This (http://www.markup.co.nz/dom/styleClass_with_dom.htm) might get you started.