关于E3.TABLE

Michael.solofly 2009-06-02
我在使用E3.table的时候,因为业务要求,所以要在表格的最后加一个不需要排序,不需要数据的一列空白列。
因为里面需要放入一个按钮给予超链接进入下一个页面进行操作。
本来是用
<e3t:row>
<e3t:attribute name="onclick" value="window.location.href='${act}'" />  
</e3t:row>

可是老大说这样让使用者不明不白,不知道自己该如何操作
一定要在最后面加入一个空白的列里面放入一个按钮来实现。
找了半天的demo发现了
      
<e3t:addCell>
        -
</e3t:addCell>

可问题是这个是加入一个行,所以在这里请教一下,加入一个不需要读取数据的空白列。不知道应该用什么方法,请指教。

另外。在demo里面看到
      
<e3t:addCell>
        -
</e3t:addCell>

可是在我的应用里面使用的时候说找不到标签,我导入了 ajaxanywhere-1.2.1\e3\velocity-1.4这三个jar包。请教。。。
Michael.solofly 2009-06-02
刚才参考例子给 空白列的问题搞定了。

<e3t:column property="checkUserIDs" style="width:55px"  title="全选" [color=red]sortable="false"[/color] >
<input type="button" />
</e3t:column>

还是用<e3t:column主要是加了sortable="false"属性
Michael.solofly 2009-06-02
			    <e3t:column property="checkUserIDs" style="width:55px"  title="全选" sortable="false" >
     				 <input type="button" value="进入核准"/>
   				 </e3t:column>

重发一下上面那段,刚才格式有问题,注意sortable="false"
wjcom1127 2009-06-03
Michael.solofly 写道
			    <e3t:column property="checkUserIDs" style="width:55px"  title="全选" sortable="false" >
     				 <input type="button" value="进入核准"/>
   				 </e3t:column>

重发一下上面那段,刚才格式有问题,注意sortable="false"

wjcom1127 2009-06-03
[img]C:\Documents and Settings\ibm\桌面\新建文件夹 (2)\3.gif[/img]
Global site tag (gtag.js) - Google Analytics