Change color of TextArea words

亡梦爱人 提交于 2019-12-04 05:55:29

问题


Is there a way to change the color of certain words in a TextArea? For example,

"There are three possums in the road."

I would like to color 'possums' red.


回答1:


qooxdoo does use a native TextArea so it depends on the native TextAreas capabilities. As TextAreas do not support that feature, we can't do much about it.

See also answers on the following questions for further information:

Change the Color Of Certain Words In Textarea using Jquery?

Multicolor Text Highlighting in a Textarea or Text Input




回答2:


In textarea you can't. But there is posibility of "editable div". See http://codemirror.net/ (primarily for code listing but you can also extend it with a custom parser)



来源:https://stackoverflow.com/questions/13821110/change-color-of-textarea-words

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!