码迷,mamicode.com
首页 > 其他好文 > 详细

easyui在table单元格中添加进度条

时间:2017-04-07 14:40:38      阅读:276      评论:0      收藏:0      [点我收藏+]

标签: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;
}

 

easyui在table单元格中添加进度条

标签:20px   progress   line   idt   gre   index   nbsp   html   table   

原文地址:http://www.cnblogs.com/llljpf/p/6677965.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!