Hi,
I use inline editing with formatting tools like this :
I use inline editing with formatting tools like this :
{ name: "formatting", items: [
{ text: "Important", value: ".Red" },
{ text: "Low", value: ".Blue" },
{ text: "Clear", value: "p" , context:"span" },
] }
I would like add a clear item which do a remove of the <span class="important">XXXXXX </span> .
Is it possible
Thanks for help