欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

extjs 如何給column 加上提示

 更新時(shí)間:2014年07月29日 11:31:24   投稿:whsnow  
本節(jié)主要介紹了extjs 如何給column 加上提示,需要的朋友可以參考下
<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;
}

相關(guān)文章

最新評(píng)論