Check documentation for the latest version of dhtmlxSuite cells DHTMLX Docs

cells

returns dhtmlXCarouselCell instance (a cell of carousel)

dhtmlXCarouselCell cells(string|number id);
idstring|numberitem id
dhtmlXCarouselCelldhtmlXCarouselCell instance

Example

var cell = myCarousel.cells(id);
cell.attachHTMLString("some text here");

Back to top