<script type="text/javascript"src="${pagecontext.request.contextpath }/extjs/examples/simple-widg
<script type="text/javascript"
src="${pagecontext.request.contextpath }/extjs/examples/simple-widgets/qtips.js"></script>
renderer : function(value, metadata, record, rowindex,
colindex, store) {
// provide the logic depending on business rules
// name of your own choosing to manipulate the cell
// depending upon
// the data in the underlying record object.
// metadata.css : string : a css class name to add
// to the td element of the cell.
// metadata.attr : string : an html attribute
// definition string to apply to
// the data container element within the table
// cell (e.g. 'style="color:red;"').
metadata.attr = 'ext:qtip="' + value + '"';
return value;
}
版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。
发表评论