Hi
I am trying to create a toolbar button that inserts a color tag on both sides of the sentence
for example: <span color="red">Mary had a little lamb</span>
What I have now is a button that inserts the <span color="change-color"></span>
But it's not suitable for my users :(
What they ask is a button that when you click it opens up a variety of different colors (Color Plate) to choose from and then inserts the tags with the specific color embedded..
I would like to know whether it's possible? Did someone had implemented it in the past and there for has a working example.
Regards Addady