Tag: Tooltip
Using the Tooltip control in WinJS for Windows Store App
The tooltip WinJS control in Windows Store App can be used to display the customizable tooltip on the HTML element . When you hover over the element , the tooltip appears foe few seconds and disappears as soon as the cursor is moved away from the HTML element. Using the Tooltip control in WinJS for Windows Store App Below is a sample code snippet demonstrating…