Hi,
I use a RichTextEditor with a colorControls, and when I change the text's color with the control, I have :
But I want
, the color in the hexadecimal format.
Have you got a solution, please?
Thanks
I use a RichTextEditor with a colorControls, and when I change the text's color with the control, I have :
Code:
"<span style="color: rgb(255, 0, 0);">text</span>"
Code:
"<span style="color: #FF0000; ">text</span>"
Have you got a solution, please?
Thanks