You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that CodeArea is an extension of StyleClassedTextArea which as the class name says uses style classes in a CSS file to do any styling.
I don't know of a way to do on the fly custom styling using style classes, so the alternative is to take CodeArea and extend it off of InlineCssTextArea instead, which will then allow you to apply on the fly custom styling.
You could also try asking on StackOverflow if anybody knows how to change and apply a CSS file on the fly.
my controller code is
The text was updated successfully, but these errors were encountered: