Extjs 4 网格悬停效果
我正在使用 extjs 4 n Rails。我有一个网格,其中的列作为文件名,这是超链接。我想在文件名的悬停效果上显示图像。图像以二进制形式保存在数据库中。现在我想在网格中文件名的悬停效果上显示图像。
I am working with extjs 4 n rails. i have grid that has column as filename which is hyperlink. i want to display image on hover effect of filename. the image is saved as binary in database. now i want to display image on hover effect of filename in grid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会在视图中的鼠标悬停上放置一个侦听器,然后将其显示为普通的 在工具提示或其他容器中
i would put a listener on mouseover in the view and then show it as an ordinary <img src='your url'> in a tooltip or other container