Opens a tooltip which is positioned at element, mouse or window.
element
mouse
window
ix.tooltip.show({ position: "modal", height: 200, width: 200, modal: true, title: "Lorem ipsum", key: "tt-key01"}); Copy
ix.tooltip.show({ position: "modal", height: 200, width: 200, modal: true, title: "Lorem ipsum", key: "tt-key01"});
Opens a tooltip which is positioned at
element
,mouse
orwindow
.