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" >