Represents a popup window, containing a custom message.
Namespace: MindFusion.Common.UI
File: Tooltip.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following example uses the handler of a itemDoubleClick event to create a tooltip for the clicked item:
JavaScript
Copy Code
|
|---|
function handleItemDoubleClick(sender, args) var t = document.createElement("div"); |
Inheritance HierarchyMindFusion.Common.UI.Control![]()
MindFusion.Common.UI.Tooltip
MindFusion.Common.UI.DropDown
See Also