这里只讲解tag标签的使用。
<raqsoft:aggr
id="<%=aggrId %>"
src="<%=sht %>"
dataFiles="<%=dataFiles %>"
fileType="binary" //设置需要做统计的数据文件内容的类型,对应基准表存储的数据文件内容的类型。
mode="i" //参数模式 i/p/r ,i:params参数值不脱双引号;p:脱双引号;r:从request里获取。
exceptionPage="myError.jsp"
theme="bootstrap"
needImportEasyui="no"
width="100%"
height="100%"
tabLocation="bottom"
/>
◆ 参考文件:showAggr.jsp