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.

learn more… | top users | synonyms

50
votes
7answers
8k views

How can I create a “tooltip tail” using pure CSS?

I just came across a neat CSS trick. Check out the fiddle... http://jsfiddle.net/duZAx/1/ This creates a little arrow/triangle-like effect, a "tooltip tail". This blows my mind! I'm really ...
57
votes
6answers
91k views

jQuery override default validation error message display (Css) Popup/Tooltip like

I'm trying to over ride the default error message label with a div instead of a label. I have looked at this post as well and get how to do it but my limitations with CSS are haunting me. How can I ...
19
votes
7answers
19k views

Is it possible to format an HTML tooltip?

Is it possible to format an HTML tooltip? E.g. I have a DIV with attribute title="foo!". When I have text-size of my browser zoomed in or out in, the text size of the tooltip remains unchanged. Is ...
9
votes
1answer
12k views

D3: show data on mouseover of circle

I have a set of data that I am plotting in a scatter. When I mouseover one of the circles I would like it to popup with data (like x, y values, maybe more). Here is what I tried using: ...
1
vote
1answer
5k views

Jfreechart create tooltip in chartPanel

How can I generate a tooltip on chart mouse over in JFreechart? I tried chartPanel.setToolTipText("this is the string"); but this does not work. Am i supposed to do something else before? something ...
8
votes
8answers
18k views

jQuery + hide native tooltip + Resolved

Is there a way to hide the native tooltip action when a user hovers over a anchor tag with a title attribute? I don't want to remove it just don't display the nasty yellow box that is the default ...
26
votes
7answers
6k views

Tooltips in the era of touch

Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that control. the user ...
15
votes
4answers
10k views

How to do a tooltip on an SVG generated by Raphael

I'm doing a bit of a pedagogical exercise, converting XML to SVG with XSLT, Javascript and Raphael. I'm sure it's the hard way...but it's educational. The problem I've run into is creating tooltips. ...
15
votes
6answers
11k views

Windows Forms ToolTip will not re-appear after first use

I have a Windows Forms C# application where I would like to use a tooltip on one of the text boxes. I initialize the tool-tip in the constructor of the Form class, and it works the first time. So when ...
23
votes
7answers
18k views

Forcing a WPF tooltip to stay on the screen

I have a tooltip for a Label and I want it to stay open until the user moves the mouse to a different control. I have tried the following properties on the tooltip: StaysOpen="True" and ...
6
votes
3answers
2k views

Having the application minimize to the system tray when button is clicked?

How can I have my application minimize itself to the system tray in WindowsXP/Vista? I'm also looking for a way to have a message display itself when the mouse is hovered on the icon. Is it possible ...
1
vote
2answers
421 views

Setting a tooltip for a value from JComboBox's Items as CellEditor in JTable

I would like to set a tooltip value for the values in a custom combo box. Basically, my combobox contains a list of initials of people - when they hover over i want it to display the fullname of the ...
22
votes
4answers
16k views

C#: How do I add a ToolTip to a control?

I have some controls that I would like to display a ToolTip for when the mouse is hovering over it. How can I do this? I would like to know how to do this properly in code, but also in the designer ...
17
votes
2answers
9k views

How to change tooltip text for google chart api?

http://code.google.com/apis/chart/ <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> // Load the Visualization API and ...
8
votes
5answers
32k views

Displaying tooltip on mouse hover of a text

I want to display a tooltip when the mouse hovers over a link in my custom rich edit control. Consider the following text: We all sleep at night . In my case the word sleep is a link. When the ...
2
votes
2answers
2k views

External Tooltip plug-in on Jqgrid

Currently i am not using any other plug in for tool tip on mouse hover of grid row. I am using $("#list").setCell(rowid,'Name','','',{'title':'my custom tooltip on cell'}); Where the Name is the ...
2
votes
1answer
335 views

Dynamically update tooltip currently displayed

I'm trying to got a tooltip which displays the current progress of a task. So I want that the tooltip text change while the tooltip is displayed. But, when I call setToolTipText() the displayed text ...
2
votes
2answers
3k views

How to add tooltips to JTable's rows

how can I add tooltips to JTable's rows (Java Swing)? These tooltips should contain same values of the relative row. This is the code I used in my class that extends JTable. It overrides the method ...
1
vote
2answers
2k views

Styling native tooltip from title=“Tooltip text”

I have input element that has title attribute which of course will result with tooltip with message of the attribute value. For some reason this tooltip needs to be styled with css. How can it be ...
1
vote
1answer
2k views

How to customize a tooltip of CategoryPlot items in JFreeChart?

I need to change the format of the default tooltip in the bars drawn in the plot of a chart. I don't know if my direction of looking at the problem is right. I am looking at the default format for ...
3
votes
3answers
14k views

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 like to show a tooltip with full text. This is a classic behavior you surely know from many apps. ...
24
votes
4answers
6k views

Change Twitter Bootstrap Tooltip content on click

I have a tooltip on an anchor element, that sends an AJAX request on click. This element has a tooltip (from Twitter Bootstrap). I want the tooltip content to change when the AJAX request returns ...
4
votes
4answers
8k views

Bootstrap fluid layout - fixed width of sidebar

i have a fluid layout based of twitters bootstrap. <div class="container-fluid"> <div class="row-fluid"> <div class="span2"> <!--Sidebar content--> ...
7
votes
4answers
1k views

Adding tooltips to JTextPane

I want to add some tooltips to only a certain text inside a JTextPane. As an example, if there is a reference link text inside the JTextPane I want to add a tooltip to that text to show the link. Is ...
7
votes
2answers
1k views

Override tooltip text for Titlebar buttons (Close, Maximize, Minimize, Help)

I have been trying without luck to change the text of the tooltip that appears for the buttons on the main title bar of a form. In a nutshell, we have harnessed the 'Help' button for Windows Forms to ...
4
votes
1answer
4k views

How to change placement of Twitter-Bootstrap tooltip placement after initialization?

I want to change placement of a Bootstrap tooltip on a text box after it has been already initialized: $('#myTextbox').tooltip({ placement: 'left' }); $('#myTextbox').tooltip('options', 'placement', ...
4
votes
1answer
2k views

Primefaces tooltip for p:selectManyCheckbox

I would like to add a tooltip for each element in a p:selectManyCheckBox. However I can't come up with a solution. I've got a class Role that has 3 properties, "id" (Long), "name" (String) and ...
3
votes
4answers
3k views

How to add tooltip for Checkboxlist for each item in asp.net

<asp:CheckBoxList ID="ckl_EditRole" DataValueField="RoleName" runat="server"> </asp:CheckBoxList> public void BindListBoxPermission(int field) { ...
1
vote
1answer
2k views

Twitter Bootstrap Popovers and Tooltips on Listbox Option Elements showing in the wrong place

I have setup a quick jsFiddle to demonstrate the problem. When using either a tooltip or a popover from Bootstrap on an option element of a select list, the popover or tooltip doesn't show next to ...
1
vote
1answer
779 views

How to update the JSF2.0 (Primefaces) tooltips dynamically without server restart

I need to update the JSF2.0 (Primefaces) tooltips dynamically without server restart. Meaning need to find a way where tooltips (atm from properties file) of the a running application can be changed ...
6
votes
2answers
4k views

Silverlight: How to style the validation tooltip?

I did some searching but it wasn't what I was looking for. So, does anyone know a way how to style the validation tooltip in Silverlight(the thing in the green border)? Any help would be greatly ...
5
votes
1answer
2k views

Swing: How to create a custom JToolTip like widget that moves with the mouse

Java Swing question. I have a JPanel which displays a graph. When I move the mouse over this graph, I want certain information to be displayed on a tooltip-like widget that moves with the mouse. How ...
4
votes
2answers
6k views

Tooltip over a Polygon in Google Maps

I have polygons for various region and states in my application. Markers implement tooltip by taking the title attribute. On mouseover and mouseout over a polygon events can be fired. How do I create ...
3
votes
2answers
3k views

Is it possible to change ToolStripMenuItem tooltip font?

I have a dynamically filled ContextMenuStrip where each ToolStripMenuItem has a formatted text for the tooltip. And, in order for this text to make sense to the user, I must use a monospaced font, ...
2
votes
1answer
1k views

jvectormap: How to implement HTML instead of simple string in the markers label/tooltip?

I've just implemented the jQuery plugin jvectormap, for the use of a world map. Everything's working perfectly, except this maybe.. I added a few markers and have been trying to implement HTML to the ...
2
votes
1answer
2k views

Add custom text to Google Visualization tooltip

I need to add in another row of text on each of the tooltips I'm displaying (on an area chart). I've included a screenshot to illustrate what I'm hoping to do. My current chart: The chart with the ...
2
votes
2answers
7k views

How to add Tooltip to jqgrid

I am using jqgrid to display data present in server how do i show description of data on mouse hover tool tip. which is the best way to show tool tip on jqgrid?
1
vote
1answer
794 views

Tool tip in JPanel in JTable not working

I have a JTable. One column holds a JPanel which contains some JLabels with ImageIcons. I have created a custom cell render and all works fine apart from the tool tip on the JLabel. When I mouse over ...
5
votes
1answer
2k views

Custom tooltip control in WinForms

Is there a simple way to create and show a custom tooltip control in C# / WinForms? My current thinking is either: create a subclass of Tooltip, override the OnPaint method, set it as the parent ...
5
votes
7answers
7k views

How can I display a tooltip on an HTML “option” tag?

Either using plain HTML or jQuery assisted JavaScript, how do you display tooltips on individual <option> elements to aid the decision process (there is not enough room for a different kind of ...
4
votes
3answers
1k views

Tool Tip for text in iReport

What functionality in iReport allows for tool tip text? I have a field name description that contains very large text. Instead of displaying large text I want to show two or three lines and rest of ...
3
votes
3answers
154 views

Best way to implement a selection box from a large number of entries

I have a large set of data from which the user has to select one. I'm thinking of a way to implement it (of course, in a GUI). I have a few ideas. But just thought of posting here as there may be ...
3
votes
3answers
2k views

Remove title tag tooltip

Is there any way to remove the tooltip from title attribute without actually remove the title. I have a link with a title attribute like this <a href="url" title="anotherURL"></a> It ...
3
votes
4answers
3k views

WPF Show data from multiple DataContexts in ToolTip of ItemsControl

I am trying to display a tooltip for an item generated by an ItemsControl that needs to pull data from conceptually unrelated sources. For example, say I have an Item class as follows: public class ...
3
votes
4answers
3k views

How to get tooltip text for a given HWND?

I'm looking for a way to get the tooltip control (if any) which is associated with a given HWND. The text of the tooltip control would be sufficient, too. The closest thing I found is the TTM_GETTEXT ...
2
votes
1answer
2k views

Twitter Bootstrap Tooltip not aligning correctly when it is going to go outside of window

When I have an element associated with a Twitter Bootstrap Tooltip and the Tooltip will overlap outside the browser window, it tries to realign within the window but it misaligns vertically (i.e. the ...
2
votes
3answers
1k views

C# tooltip doesn't display long enough

I have a tooltip that is appearing on mouse hover on an image: ToolTip tt = new ToolTip(); protected virtual void pictureBox_MouseHover(object sender, EventArgs e) { tt.InitialDelay = 0; ...
2
votes
3answers
945 views

Make alt tag display quicker

Is there anyway to get the alt tag to display quicker? Also, I notice it doesn't show in all browsers. I know I should craft a javascript tooltip but I am looking for something really lite with ...
1
vote
3answers
1k views

Simple tooltip - Title Attribute?

When I want to have a message show when a user mouse overs an object, and lately I just use the title attribute on my html tags since it's simple and automatically doesn't go off screen. Question: Is ...
1
vote
1answer
366 views

How to properly use Image as ToolTip?

I have a BitmapSource 1690x214 (taken from an EMF file using this code), and I want to use this image as ToolTip. This is the image displayed using Paint: So i wrote this code: BitmapSource bmp = ...

1 2 3 4 5