Quantcast
Channel: How to modify some data inside textbox area - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Fabien Ménager for How to modify some data inside textbox area

You should look at the contenteditable attribute on generic elements like DIVs.

View Article



Answer by Guilherme Viebig for How to modify some data inside textbox area

Don´t use HTML inside textareas, they just take plain text.Check some WYSIWYG(What You See Is What You Get) that may help...

View Article

Answer by arunes for How to modify some data inside textbox area

Textarea only takes plain text. If you want to use html you should take a look wysiwyg editors .

View Article

How to modify some data inside textbox area

I have some textbox. Between <textarea> </textarea> I inserting two values $firstname, $lastname. Now I'd like to make bold only $firstname. When I'm trying this code below it is doesn't...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images