jQuery MiniUI

标题: 关于背景变色的问题 [打印本页]

作者: dodlge    时间: 2019-2-18 16:33:26     标题: 关于背景变色的问题

<div type="comboboxcolumn" field="date26" width="35" headerAlign="center" >26
    <input  property="editor" class="mini-combobox" style="width:100%;" data="fls" />
</div>
使用的Celledit单元格编辑上面是源码 我用的选择框,里面有很多值,希望选择不同的值也有不同的背景色 应该怎么实现呢,给您添麻烦了


就是根据不同的值有不同的背景色,就是这个问题
作者: dforce    时间: 2019-2-18 16:59:39

参考drawcell的示例
http://www.miniui.com/demo/#src=datagrid/drawcell.html
grid.on("drawcell",function(e){
    if(e.field==".."){
        if(e.record.xx==".."){
               e.cellStyle="background:...";
        }else if(){
            ....
        }
    }
})




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2