getMaster
returns the object that controls the behavior of tooltips
object getMaster(HTMLElement target);
| target | HTMLElement | the HTML node of the target view or area |
| object | the 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.