问题
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