标签:20px progress line idt gre index nbsp html table
function XR_jd(alue, rowData, rowIndex){ var value; ...... var htmlstr = ‘<div class="easyui-progressbar progressbar" style="width: 100%; height: 20px;" value="‘ + value + ‘" text="‘ + value + ‘%">‘ + ‘<div class="progressbar-text" style="width: 100%; height: 20px; line-height: 20px;">‘ + value + ‘%</div>‘ + ‘<div class="progressbar-value" style="width: ‘ + value + ‘%; height: 20px; line-height: 20px;">‘ + ‘<div class="progressbar-text" style="width: 100%; height: 20px; line-height: 20px;">‘ + value + ‘%</div>‘ + ‘</div>‘ + ‘</div>‘; return htmlstr; }
标签:20px progress line idt gre index nbsp html table
原文地址:http://www.cnblogs.com/llljpf/p/6677965.html