This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Displaying a tooltip/balloon

fli - Wednesday, April 27, 2011 7:05 AM:

Hi Community,
I have a form with a button, I need a “balloon” / “tooltip” on this button
I have tried the following JavaScript code, running on the “onLoad” “form event”, with no luck.
document.forms[0].button0.setToolTipText("Click this button to disable the middle button.");
 
I get an error message saying, “Object doesn’t support this property or method”
Do I need to use a namespace ?
 
thanks  BR/ Christoffer

 



Boro - Wednesday, April 27, 2011 9:17 PM:

Hi Christoffer,

How about using HTML field with "title" attribute in the tag?

ex) <button title="Click this button to disable the middle button.">Button0</button>

Thanks.



fli - Thursday, April 28, 2011 3:09 AM:

Hi Bore

Thanks, I will use this.

Christoffer



Rahul. - Thursday, April 5, 2012 3:12 AM:

Hi Frnds,

Is it possible in Dashboard to show the value of query on a Bar Chart.

I create a Dashboard having Bar chart. Now i want to show the data query on the Bar Chart.

Thanks

Rahul