Replies: 1 comment 1 reply
-
Is this fit your requirements ?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to format text within the editor by changing it's background colour, but dynamically. How can I do this?
I came across this one function,
formatText(int index, int len, Attribute<dynamic>? attribute)
within the controller, but I am confused as to what theattribute
is. I also tried to make the text bold by passingAttribute.bold
, and it worked. But now I wish to change the background colour. I have no idea how to do this.Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions