Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Color in RichTextEditor

    Hi,

    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>"
    But I want
    Code:
     "<span style="color: #FF0000; ">text</span>"
    , the color in the hexadecimal format.

    Have you got a solution, please?
    Thanks
Working...
X