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.
0
votes
0answers
38 views
Raphael object bootstrap-tooltip on click
How to use bootstrap-tooltip with raphael object?
shop
.click(function(){
});
Please,help me
0
votes
1answer
52 views
WPF image tooltip edge detection
I'm a bit new to WPF but I'm having an issue were I'm trying to place a tooltip over an image or button with a background image. Basically what I'm trying to do is I want the tooltip to only show up ...
1
vote
3answers
103 views
ckEditor 4.1 - How do I remove inline tooltip
The behavior of the tooltip in the inline editor is so annoying while typing or moving cursor around. : How do I remove it or change the its behavior?
I want to show the image but have not enough ...
0
votes
1answer
43 views
Anyone implemented hover over tooltips for nodes in Infovis Toolkit?
Anyone implemented hover over tooltips for nodes in Infovis Toolkit?
http://philogb.github.com/jit/static/v20/Jit/Examples/Spacetree/example1.html
Thanks!
0
votes
1answer
71 views
delay in wicket component tooltip
I am using tool tip in wicket.It shows by delay and I couldn't speed it up.I want to make some css attributes for it . How can I do?
inputTextField.add(AttributeModifier.append("title", "I am a tool ...
2
votes
1answer
68 views
Convert jquery Alert to tipTip tooltip
I have the following code set up in my project as an alert that triggers when the user clicks on a div. The divs are horizontal bar graph elements, each corresponding to a particular measurement. The ...
2
votes
1answer
96 views
Datatable tool tip not working in second page. Works only of first page
I am having some weird issue where tool tip is working only on the page 1. If I click on the next page, I do not see any tool tip.
I am using jquery dataTable. My sample code is in jsfiddle : ...
1
vote
1answer
150 views
thumbnail to large image jquery issue
In my view i am using this to show my images as thumbnails on each record
<img src="<?php echo Router::url("**../files/images/small/**".$ad["Advertisement"]["advertisement_image"],false)?>
...
1
vote
1answer
294 views
show tooltip only whn user mouseover the gridview cell
I have a gridview with a cell that will be showing another gridview as tooltip with data loaded from DB but he tooltip gridview will be shown every time the main gridview is loaded. I would like to ...
0
votes
1answer
38 views
Angled Tooltip Pointer Element?
I am wondering how to make an angled element that acts as an arrow, attached to a tooltip. I've seen this done by Google Accounts, and I have attached a screenshot. It appears they are achieving this ...
0
votes
1answer
45 views
Google Charts tooltips
Is there any way to make tooltips in Google Charts always visible? As I could find in API, I can only disable them at all.
0
votes
1answer
180 views
HTML-Tooltip position relative to mouse pointer
How to align the tooltip the natural style: right bottom of the mouse pointer?
~~~ Some more text to be able to submit. ~~~ Some more text to be able to submit. ~~~ Some more text to be able to ...
0
votes
2answers
124 views
android span click event
Ok. These are my problems.
I need to user regulare expressions to filet out everything except for letts and then i need to encase the found words within a $word tag.
With this str = ...
0
votes
0answers
67 views
Positioning a jquery ui tooltip with an ajax call as content
I am trying to position a tooltip but it is not working when I use an ajax call as content. It seems like the tooltip is delaying to show itself while the ajax call is resolved and the position can't ...
2
votes
1answer
112 views
Tooltip.followPointer does not work in highcharts 3
with HighCharts 3, on touch devices, we can't anymore make the tooltip follow the touch.
But I've seen about the new option Tooltip.followPointer.
The aim is to get back the behaviour of Highcharts ...
0
votes
3answers
141 views
Custom tooltip title on IE8
I want to style default tooltip given by browser on IE8 preferably only from css, so how can I do that. I already read a lot articles about and till now I have nothing.
So my html looks like :
<a ...
2
votes
0answers
245 views
Bootstrap tooltip with angularjs using $http to load the content of the tooltip
I am running into small issue that I can't seem to figure out. The code below works, except for the first time you hover over the link. Any help is greatly appreciated.
http://jsfiddle.net/LpK6d/1/
...
1
vote
1answer
72 views
Reveal table content in the style of google images
I'm trying to get a custom catalogue tooltip working on my site, I wanted to make it look and operate the same kind of way Google Image search does, ie you click on an image, then info about the image ...
1
vote
1answer
42 views
Jface Label Provider: how to add tooltips to ObservableMapLabelProvider
I need to add tooltips to the elements of a TreeViewer, but as label provider I have to use an ObservableMapLabelProvider (because of databinding).
This label provider, unlike e.g. ...
0
votes
4answers
143 views
Hover-Over Tooltip on Map of the United States
I would like to make a simple website that has a picture of the United States. When the user hovers their mouse over a particular state, I want to display a tooltip with information on that state.
...
1
vote
1answer
110 views
Keep Twitter Bootstrap Tooltip open on mouseleave
For a particular case and element I need to show Bootstrap Tooltip by default (once the page is loaded) an always keep it open (even on mouseover and mouseout).
That's the code I use to open tooltip ...
0
votes
2answers
90 views
Delphi / RAD Studio tooltip extended view
I currently have Delphi 2007 and Delphi XE installed on my laptop.
The pop-up code insight tooltip view is limited in the XE installation.
I seem to remember that this is in the editor options ...
0
votes
0answers
59 views
How to add multiple tooltips on linked Android text elements
My project has some requirements that I am unsure how to resolve. I have explored some venues but would want to get the advice of some more experienced Android developers. My problem is as follows.
...
1
vote
1answer
126 views
How to set radtooltip for radgrid row? Telerik ASP.NET
How to set radtooltip for radgrid row ?
<asp:Label ID="lblCustomerName" runat="server" Text='<%# Eval("CustomerName") %>'>
</asp:Label>
<telerik:RadToolTip ID="RadToolTip3" ...
3
votes
2answers
86 views
Is it possible to enable ToolTipService.ShowOnDisabled=true for entire application
Is there any way to enable ToolTipService.ShowOnDisabled = true for entire application or do I have to set it for every single control in my WPF application manually?
I do not think restyling every ...
0
votes
1answer
122 views
how to show Data Value instead of percentage in gebo Pie Charts?
$.plot(elem, data, {
//
//
series : {
pie : {
show : true,
...
1
vote
1answer
98 views
Issue with Bootstrap tooltips not showing up in the right place
I have the image of a map with several markers - each marker with a class of .marker is absolutely positioned and the parent div #map is relatively positioned - so far so good.
I'm using Bootstrap ...
0
votes
1answer
275 views
How to use jQuery Tooltip?
I am using jQuery Tooltip and everything is working fine with one little problem: I am not seeing the arrow shape of the tooltip. Instead I am getting a square shape. I want to get the arrow shape ...
0
votes
1answer
299 views
Get Y value across .NET chart series from X value
using C# with .NET chart.
I am trying to graph several waveforms, and I wish to move my mouse across the chart area, and have my tooltip display the Y value of each series in the chart at this X ...
-2
votes
2answers
69 views
how to use tool tip to display data that is not part of series in highcharts?
I love tool tip function of highcharts! Yet so far I can only display the data from series to tool tip but not the data outside the series. I was considering to add more series but these added series ...
0
votes
3answers
113 views
Twitter bootstrap wrong position on the middle of the element
I'm placing some html elements in the page through ajax calls, so I'm calling the tooltips like so:
$(document).on('hover','.has-tooltip',function(){
$(this).tooltip('show');
});
I've tried ...
-1
votes
3answers
273 views
How to define JQuery UI tooltip items option for styling content
I'm trying to create a tooltip for a few radio button options on a page. I've got the tooltips displaying the [title] attribute easily enough, but I want to selectively format the tooltip text in a ...
1
vote
1answer
74 views
ActionScript 2 Tween running slowly
I have this ActionScript 2.0 file for creating a tooltip for some MovieClips in my flash.
I'm calling the tooltip.as in first frame of my scene with #include "tooltip.as"
And I'm giving a string with ...
0
votes
1answer
29 views
tooltip for csv button in datatables plugin
Is there any option to provide tooltip for csv button in datatables?
My code regarding this csv button is like:
$('#example').dataTable( {
"bProcessing": true,
//"bServerSide": true,
"sAjaxSource": ...
0
votes
0answers
23 views
OS X Window set to level NSScreenSaverWindowLevel hides tooltip
I have a window that is set to be "always on top" via "[self.window setLevel:NSScreenSaverWindowLevel];", however this seems to have the adverse side affect of hiding associated tooltips as well. ...
0
votes
1answer
79 views
JQuery tooltip not displaying
I'm trying to set a tooltip for some listed elements using jquery ui but I can't get the tooltips to show. I'm trying to apply a tooltip to all items using the tooltip class. Please check my code for ...
0
votes
1answer
90 views
Use WindowsFormHost inside a wpf tooltip
i am trying to host a windows form panel inside a ToolTip.
Below is the Xaml code and the class behind for the ToolTip.
The issue is if I'm using windowsFormsHost the panel doesnt change the color, ...
0
votes
0answers
34 views
Disable Safari Tooltips from website
Is it possible to disable the tooltips that safari includes for sites from the website level?
I've been searching around and I see plenty of ways to disable it for your local machine, but if I have ...
0
votes
0answers
126 views
Flex: AdvancedDataGridColumn tooltip interference
The AdvancedDataGridColumn has a property showDataTips. If this is set to true then each cell in the AdvancedDataGridColumn will show a toolTip on rollOver. There is just one problem, the toolTip ...
1
vote
2answers
403 views
How to add a twitter bootstrap tooltip to an icon
I would add a right-tooltip from twitter bootstrap to an icon element.
The code is this:
<h3>Sensors Permissions <i class="icon-info-sign"></i></h3>
I would that, when the ...
0
votes
1answer
54 views
Dynamic tooltip MVC3 razor
I have text box which is not include long content so if it is lengthy content we should that content showing tootltip I need for MVC3 dynamic content tooltip. please explain it with example
0
votes
1answer
92 views
tool tip? I need pop up text to appear under each image
What I am trying to do is have three pop up boxes that appear under each image with different text in each of them when I hover over each of the three images on the webpage but every time I hover over ...
1
vote
1answer
94 views
Don't show multi binding tool tip when empty or null
I'm assuming the reason this isn't working is because my triggers are checking for an empty string or null, yet what I really have is a textblock with a Text property that is empty (or null). Does ...
0
votes
2answers
141 views
Make jQuery tipsy appear on hover and on click
At the moment, I am trying to get Tipsy to work on hover and on click. But I don't know if this is possible… It would be very inconvenient to use an other tool.
The trigger: 'manual' does not respond ...
0
votes
1answer
58 views
WPF binding to Ancestor Source
I'm trying to show a ToolTip with the hovered image but with different dimensions.
I tried this:
<Image Source="c:\Pictures\Airplane.jpg" Width="50" Height="50">
<Image.ToolTip>
...
0
votes
2answers
362 views
jqPlot Pie Chart Tooltips
Am I right in thinking that the Hightlighter class in jqPlot does not handle tooltips for the PieRenderer? I've spent quite a while trying to get them to work however I can't seem to get it to show ...
0
votes
2answers
187 views
tipsy live does not work with jQuery 1.9.0
We recently upgraded our jQuery to 1.9.0, but it broke our tipsy plugin. Its live functionality now causes an error.
$('.tooltip, abbr').tipsy({
live: true
});
TypeError: this[binder] is not a ...
0
votes
1answer
226 views
tool tip pop up text when hovering over an image?
links should be 1em sans-serif font with padding of 5 and 10 pixels and margins of 0 0 1 pixels
(hint: use shorthand properties); the right border should be 5 pixels and color #ff1828
b. when user ...
0
votes
0answers
41 views
Tooltip hidden behind flash file in FF
Example link: http://www.minu.com/games/curiosity-parking
The tooltip (of the thumbs on the left) stays hidden behind the flash file in Firefox. It does show on top in IE and chrome.
Anyone has a ...
0
votes
1answer
108 views
Extjs Clickable tooltip
I have a situation where I roll over a row in a grid, I want to display a menu. I put the menu in a tooltip. But can't click on a menu unless I make the tooltip closable. If I make the tooltip ...




