jQuery MiniUI

 找回密码
 立即注册
查看: 2213|回复: 1
打印 上一主题 下一主题

grid中某个字段renderer问题 [复制链接]

Rank: 4

跳转到指定楼层
楼主
发表于 2018-7-27 15:46:58 |只看该作者 |倒序浏览
grid中某个字段renderer问题:
function snoozeActionrenderer(e)
{
            var grid = e.sender;
        var record = e.record;
        var uid = record._uid;
        var rowIndex = e.rowIndex;

s='<input name="snoozeTime" id="snoozeTimeid" class="mini-textbox" value="5" style="width:40px;height:30px" vtype="float"  /><input name="snoozeType" id="snoozeType"'+uid+'"id" class="mini-combobox" value="M" style="width:60px;;height:30px"/><a class="mini-button reportbutton" style="width:60px;height:30px;line-height:30px;" id="Btn_Snooze"'+uid+'"id">Snooze</a>';

return s;

}

界面上只显示mini-button,不显示mini-textbox和mini-combobox,为什么?


               

Rank: 8Rank: 8

沙发
发表于 2018-7-27 17:12:54 |只看该作者
表格中只能绘制html元素,不能绘制miniui控件

Archiver|普加软件

GMT+8, 2024-5-5 21:18 , Processed in 1.050759 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部