Jqgrid上的外部工具提示插件 [英] External Tooltip plug-in on Jqgrid

查看:66
本文介绍了Jqgrid上的外部工具提示插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当前,我没有在网格行的鼠标悬停上使用任何其他插件作为工具提示.我正在使用

Currently i am not using any other plug in for tool tip on mouse hover of grid row. I am using

$("#list").setCell(rowid,'Name','','',{'title':'my custom tooltip on cell'});

Name是将在其中设置工具提示的列名称,而rowid标识该行.有关更多信息,请阅读此答案,包括参考文献.

Where the Name is the column name where the tool tip will be set and rowid identify the row. For more information read this answer including the references.

是否有任何外部插件可以达到相同的效果,从而获得更好的UI效果. 该工具提示似乎不足以满足我的要求

Is there any external plug in to achieve the same in better UI effect. This tool tip does not seems to be good enough to fulfill my requirement

推荐答案

因为在下一版jQuery UI中将包含演示)我建议您最好现在从 github 下载它,并进行一些操作

Because in the next version of jQuery UI will be included Tooltip (see demo) I recommend you better to download it now from github and a little play with it.

我准备了演示,该演示将第二个工具提示更改了并使用HTML包含自定义类(我在演示标准ui-state-highlight类中使用)和自定义动画效果(slideUp/slideDown).因此,您将看到有关以下内容的信息

I prepared the demo which change the tooltip for the second column of the grid and use HTML contain with custom class (I use in demo standard ui-state-highlight class) and custom animation effect (slideUp/slideDown). So you will see about following

我希望该演示将帮助您实现对自定义工具提示的要求.

I hope the demo will help you to implement your requirements to custom tooltips.

这篇关于Jqgrid上的外部工具提示插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆