Can I color some highlighted cells?
Can I color some highlighted cells?
Ftechnology
Posts: 1Questions: 1Answers: 0
Hello everybody.
My goal is this:
I want to give my Editor the possibility, during the insertion of data, to assign a css class to the cell it is inserting, to this css class I will then assign a background color for the cell. I need to create some highlight cells.
It's possible? Thank you
Answers
Do you mean the inline editing cell? It has the class
DTE_Inline
assigned to it which could be used for styling.Allan