Check documentation for the
latest version of dhtmlxSuite
onSelect DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
onContentLoaded
onSelect
Start
Carousel
dhtmlXCarousel API
Events
onSelect
fires when a cell is selected
void
onSelect
(
string|number
id
);
id
string|number
the cell id
Example
myCarousel.
attachEvent
(
"onSelect"
,
function
(
id
)
{
// your code
}
)
;
Back to top