Represents a popup window, containing a custom message.
Namespace: MindFusion.Common.UI
File: Tooltip.js
JavaScript Copy Code |
---|
// class |
The 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"); |
MindFusion.Common.UI.Control
MindFusion.Common.UI.Tooltip
MindFusion.Common.UI.DropDown