Different colors of text in textbox [modified]
-
Hi, How can i apply the different colors on the text of single textbox while the user is typing. Thanks, Sonia
modified on Saturday, December 19, 2009 2:38 AM
-
Hi, How can i apply the different colors on the text of single textbox while the user is typing. Thanks, Sonia
modified on Saturday, December 19, 2009 2:38 AM
like [this]
-
Hi, How can i apply the different colors on the text of single textbox while the user is typing. Thanks, Sonia
modified on Saturday, December 19, 2009 2:38 AM
You should be able to assign a CSS style to textbox to control the colour of the text. You could have a new style activated using an event handler.
-
You should be able to assign a CSS style to textbox to control the colour of the text. You could have a new style activated using an event handler.
I want to have one word in green second in red and third in black in the textbox. How can i do this. Sonia
-
I want to have one word in green second in red and third in black in the textbox. How can i do this. Sonia
Not sure you can do this on a live textbox.