Ext JS - Learning Center

Extension:CellToolTips

From Learn About the Ext JavaScript Library

Revision as of 07:07, 10 July 2009 by BitPoet (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Summary: Memory friendly plugin to add templated Tooltips to grid cells
Author: BitPoet
Published: February 16 2009
Version: 1.1
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.

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.