统计表

阅读(2008) 标签: aggr标签, filetype,

这里只讲解tag标签的使用。

<raqsoft:aggr

id="<%=aggrId %>"

src="<%=sht %>"

dataFiles="<%=dataFiles %>"

fileType="binary"  //设置需要做统计的数据文件内容的类型,对应基准表存储的数据文件内容的类型。

mode="i"    //参数模式 i/p/r ,iparams参数值不脱双引号;p:脱双引号;r:request里获取。

exceptionPage="myError.jsp"

theme="bootstrap"

needImportEasyui="no"

width="100%"

height="100%"

tabLocation="bottom"

/>

参考文件:showAggr.jsp