Extension:CellToolTips (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
| Summary: Memory friendly plugin to add templated Tooltips to grid cells |
| Author: BitPoet |
| Published: February 16 2009 |
| Version: 1.3 |
| Ext Version: 2.x,3.0 |
| License: http://en.wikipedia.org/wiki/WTFPL |
| Demo Link: View Demo |
| Forum Post: View Post |
Extension
A small plugin for the GridPanel to add different tooltips to individual columns of a grid. Each column tooltip has its own XTemplate that is dynamically filled from the underlying data record.
From version 1.1, the plugin also supports dynamic loading of tooltip data via Ajax/JSON.
Version 1.3 allows to also process the non-Ajax data with the tip function and adds an afterFn config to post process Ajax return values.
The documentation for the plugin can be found at http://extjs-ux.org/ext-docs/.
Requires
Animal's triggerElement override (see HERE) in ExtJS 2.x. In ExtJS 3, this override is already included.
