javascript - Is it possible to display bold and non-bold text in a textarea? -


this question has answer here:

i don't want this:

<textarea>the <b>color</b> black.</textarea> 

instead of <b> , </b> want text "color" shown in bold.

is possible?

for these cases, avoid use pure text area, use wysiwyg html editor.

here ideas you:

ckeditor

niceditor


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -