returns the object that controls the behavior of tooltips
target | HTMLElement | the HTML node of the target view or area |
object | the object that controls the behavior of tooltips |
webix.TooltipControl.addTooltip("genre");
var tooltipMaster = webix.TooltipControl.getMaster(document.getElementById("genre"));
Back to top