Check documentation for the latest version of dhtmlxSuite linkTo DHTMLX Docs

linkTo

links the slider to other controls

void linkTo(string|number|HTMLElement obj);
objstring|number|HTMLElementthe id of a linked object, or the linked object itself

Example

mySlider.linkTo(obj);

Back to top