由于gridpanel的单元格里的文字太多时候,都由省略号代替,就想实现如题的功能,经过反复实验,终于搞定了!直接上代码: me.on('itemmouseenter', function (view, record, item, index, e, eOpts) { if (view.tip == null) { //这块判断很重要,不能每次都创建个tooltip,要不显示会有问题. view.tip = Ext.create('Ext.tip.ToolTip', { // The overa