[img]http://dl.iteye.com/upload/attachment/498953/c31e591d-5257-3aa7-b807-504dcb5b5372.jpg[/img]
EXT textfield 鼠标上移出现悬浮提示
并把 该textfield 的值出现在悬浮框中 会的大哥帮忙哈...
或者有没有鼠标上移事件?
listeners : {
render : function(field, t) {
Ext.QuickTips.init();
Ext.QuickTips.register({
target : field.el,
text : "a"
})
}
}
现在用的 render 发现时渲染的时候出发的该事件 当时这个textfield 还没有值 所以显示不出来 谁还有更好的办法实现 貌似我这个事件不对
没人吗?急呀