Top "Tooltip" questions

Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.

Display tooltip in canvas graph

I am using html5 canvas element to draw a graph with dots denoting various points in here. I want to …

javascript html5-canvas tooltip mousehover
How do I Add a Tooltip To a DataGridTextColumn

I'm using WPFtoolkit DataGrid ,I have to wrap text in a DataGridTextColumn or I have to add a ToolTip to …

wpf datagrid tooltip datagridtextcolumn
How to show form input errors using AngularJS UI Bootstrap tooltip?

For example I have the form where I am showing form input errors. I need to show red badge (with …

angularjs angularjs-directive tooltip angular-ui-bootstrap
Turn the Tooltip Bootstrap functionality off

According the documentation is is possible to turn off the functionality just doing $('body').off('.alert.data-api'). In the …

javascript jquery twitter-bootstrap tooltip jquery-events
Displaying tooltip over a disabled control

I'm trying to display a tooltip when mouse hovers over a disabled control. Since a disabled control does not handle …

c# winforms tooltip
How to break line in jQueryUI tooltip

The new version of jQueryUI (1.9) comes with the native tooltip widget. After testing with it, it works fine if the …

jquery jquery-ui tooltip
Show WPF Tooltip if needed

I have a TextBlock inside a limited-size control. If the text is too long to fit into the control, I'd …

c# wpf conditional tooltip
Dynamically position Bootstrap tooltip (for dynamically generated elements)

I am using the Tooltips provided by Twitter Bootstrap (http://twitter.github.com/bootstrap/javascript.html#tooltips). I have some …

javascript jquery twitter-bootstrap tooltip
highcharts pass multiple values to tooltip

I need to display 3 values on the tooltip: the time, the value and another value(change). I saw this example (…

javascript tooltip highcharts
Is there a way to have content from an IFRAME overflow onto the parent frame?

I have a UI widget that needs to be put in an IFRAME both for performance reasons and so we …

javascript css iframe tooltip