|
|||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Jack,
Do you have any plans on building an enhanced tooltip, similar to what Netflix uses when displaying the summary of a movie. http://www.netflix.com/BrowseSelection?lnkctr=nmhbs Just place the mouse over any movie to see the popup. |
|
#2
|
|||
|
|||
|
Not Jack, but since a tooltip is just another HTML element, it would be pretty easy for you to implement. All you have to do is come up with the layout/CSS for a tooltip and put that into the innnerHTML/Dom of the tooltip object.
There are examples all over the web featuring fancy tooltips - heck you could probably borrow Netflix's ![]()
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / BEFORE posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide |
|
#3
|
||||
|
||||
|
|
|
#4
|
||||
|
||||
|
There's already a tooltip in the base YUI classes
Check YAHOO.widget.Tooltip at http://www.yui-ext.com/docs/ |
|
#5
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help popup for input fields. | Animal | Ext: Examples and Extras | 15 | 02-05-2008 12:38 AM |
| how to add tooltip to an element? | humpdi | Ext 1.x: Help | 1 | 03-04-2007 01:19 AM |
| enhanced listbox | mdissel | Ext: Feature Requests | 0 | 02-19-2007 07:00 AM |
| Popup with error | Chroder | Ext 1.x: Help | 1 | 11-05-2006 12:04 AM |
| ToolTip for row of grid | faizur | Ext 1.x: Help | 1 | 10-29-2006 01:43 AM |