Hi Kautuk /Smac,
Thanks for your reply.
http://experience-aem.blogspot.in/2016/04/aem-62-touch-ui-dialog-rte-rich-text-editor-color-picker-p... - I referred this article and tried to implement the same for applying background color to each cell.
I came to know that I need to make some changes to the below method. I wanted to apply custom css class in the attributes section so can you please let me know how can I refer to a css style sheet here ?
_getTagObject:
function
(color) {
return
{
"tag"
:
"span"
,
"attributes"
: {
"style"
:
"color: "
+ color
}
};
},
Also please post the link where I can get the documentation of the APIs used in the JS.
Thanks