PDA

View Full Version : Tooltip documentation



an0n1m0us
28 May 2007, 7:27 PM
Hello

In looking through the custom package tool I see an option for tooltip.js but I cannot see any documentation for tooltips in the API and Examples section.

Am I missing something or is the doco for tooltips missing?

Any ideas where I can get more information on implementing tooltips with Ext?

brian.moeskau
28 May 2007, 8:44 PM
You mean QuickTips.js?

http://extjs.com/deploy/ext/docs/output/Ext.QuickTips.html

an0n1m0us
28 May 2007, 9:36 PM
Thanks Brian

I was looking at the alphabetical reference under T for Tooltips. My mistake.

However unless I'm missing it again, unfortunately there isn't (yet?) an example for the Quicktips. Do you know of an example I can see anywhere outside of the Ext.js site assuming it's not 'hiding' on the Ext.js somewhere?

Thanks again.

brian.moeskau
28 May 2007, 10:06 PM
If you have the source locally, you can search in files for "Ext.QuickTips". Here's one example:

http://extjs.com/deploy/ext/examples/tree/dependency.html

Hover over the toolbar buttons in the Components window for qtips.

an0n1m0us
28 May 2007, 10:47 PM
Thanks Brian

Great to be able to get friendly and helpful advice so easily.

Thanks again and please give yourself a big pat on the back for your great work.