本文档是根据ecside群聊天记录整理出来,欢迎您的参与讨论,分享您的知识!
过滤功能
加入过滤功能比较简单:
主要是两个步骤:
1.设置ec:table中的filterable="true"
2.在</ec:table>后面加上一个摸版域就是这一段:
<textarea id="ec_edit_template_input" rows="" cols="" style="display:none">
<input type="text" class="inputtext" value="" onblur="EccnUtil.updateCell(this,'input')"
style="width:100%;" name="" />
</textarea>
注意上边的eccnutil是1.3版的,到了2.0时候,需要使用ECSideUtil,另外如果想使用模糊的过滤功能,那么需要参考下边这个网友的话语:
Wcourage 09:53:25
我弄的哪个模糊查询也是在当前页进行查询的,比如我要查的名称是一个叫设备N的东西,只要在哪个框中输入"设*"就可以了
Wcourage 09:53:42
就是用*号
posted on 2007-05-22 10:01
张氏兄弟 阅读(2752)
评论(1) 编辑 收藏 所属分类:
聊天记录知识整理