jQuery MiniUI
标题:
ListBox 的renderer函数怎么使用,有例子吗
[打印本页]
作者:
ttt
时间:
2012-8-8 12:46:44
标题:
ListBox 的renderer函数怎么使用,有例子吗
查了API的
renderer
Function
单元格绘制处理函数,同
drawcell
事件
可是我用了 如下,代码,没反应,是像以下代码那样用吗?
listbox2.on("renderer", function (e) {
var record = e.record,
column = e.column,
field = e.field,
value = e.value;
if (column.field == "ACTIVE") {
e.cellHtml = "<input type='checkbox' checked disabled='disabled'/>";
}
});
作者:
niko
时间:
2012-8-8 13:02:40
istbox2.on("drawcell",
试试
作者:
ttt
时间:
2012-8-8 15:02:43
niko 发表于 2012-8-8 13:02
istbox2.on("drawcell",
试试
istbox2.on("drawcell",
可以的,谢谢啊
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2