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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.