Check documentation for the latest version of dhtmlxSuite getActiveId DHTMLX Docs

getActiveId

returns the id of the active cell

string|number getActiveId();
string|numberid of the active cell

Example

var id = myCarousel.getActiveId();

Back to top