UEP-添加表格

UEP中添加新的表格标签:
function initCustomToolBar(){   var strHtml="<table>
    <tr>
      <td id=\"jhhj\">进货合计(元):
      <span id=\"IMT_id\"style=\"LINE-HEIGHT: 100%; FONT-FAMILY: 宋体; font-weight: bold; color: red\"></span></td>"  +"<td id=\"sehj\">税额合计(元):
      <span id=\"TMT_id\" style=\"LINE-HEIGHT: 100%; FONT-FAMILY: 宋体; font-weight: bold; color: red\"></span></td>"  +"<td id=\"jshj\">价税合计(元):
      <span id=\"IMS_id\"style=\"LINE-HEIGHT: 100%; FONT-FAMILY: 宋体; font-weight: bold; color: red\"></span></td>
    </tr>"; ajaxgridlist.addCustomToolBarByHtml(strHtml,"right"); } <hy:ajaxgrid id="ajaxgridlist" name="dataWrapList" height="100%" width="100%" queryfunc="billListQuery()"
  postinit="initCustomToolBar()"   showpagerbar="true" showpager="true" showquerybar="true" lockedcolumnnum="3" >

  

posted @ 2017-12-27 11:43  酷酷的飞  阅读(229)  评论(0编辑  收藏  举报