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.
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.
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:
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)