getMaster

returns the object that controls the behavior of tooltips

object getMaster(HTMLElement target);
targetHTMLElementthe HTML node of the target view or area
objectthe object that controls the behavior of tooltips

Example

webix.TooltipControl.addTooltip("genre");
var tooltipMaster = webix.TooltipControl.getMaster(document.getElementById("genre"));

Back to top