Changing the header/title of the cell having focus

Is it possible with dhtmlx to have the title bar change color of a cell so that the user may know which one of the cells has focus ?

Hi
There is no native aproach, but you can catch your focus by any custom method and change style of text ‘on fly’ using method setText() width Restyled text

Thank you Darya, I’ll try that.

Small additional question : how can I find out what cell a corresponds to in a layout logic like this

	var cell = edtAccordion.cells("a");

I would like to be able to adress that cell with jquery or pure Javascript DOM expressions…

It named from top to the buttom, if you are about it