UEP-添加表格

Posted kkdf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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" >

  

以上是关于UEP-添加表格的主要内容,如果未能解决你的问题,请参考以下文章

UEP-标签

Uep查询语句总结

UEP-保存

UEP-级联查询

Uep的静态下拉和动态下拉建立

Uep的保存操作