Expand my Community achievements bar.

change text field value's font size, colour and position on enter.

Avatar

Former Community Member
I have a text field which has a description in grey and the text disappears when the user clicks in the box. I need the text font and colour to change when the user enters this text field. Is this possible?
1 Reply

Avatar

Former Community Member
You can change the color with the following JavaScript:



this.fontColor = "0,255,0";



To Change the font:



this.font.typeface = "Courier New";



Mike

www.ensemble.com