jeasyui Easyui控件库的JSP封装

我要开发同款
匿名用户2014年10月14日
16阅读
开发技术Java
所属分类Web应用开发、网页组件
授权协议GPL

作品详情

jeasyui项目是对Easyui控件库的JSP封装,将easyui组件封装成JSP标签库。简化easyui的使用难度,学习成本,更少的代码量。友好的IDE提示,类似JSF,Asp控件的写法,提供了相对统一的事件处理机制。直接通过jsp中的java对象绑定数据到控件。

SomeExample<e:datagrid id="grid" data="<%=demo.getProducts() %>" fit="true" title="Fluid DataGrid" classStyle="c-red" pagination="true" fitColumns="false" pageList="10,20,40">      <e:columns frozen="true">           <e:column field="itemid" width="100">Item ID</e:column>           <e:column field="productid" width="200" sortable="true">Product</e:column>           <e:column field="listprice" width="200">List Price</e:column>           <e:column field="unitcost" width="100" title="单价"/>           <e:column field="attr1" width="200">Product</e:column>           <e:column field="status" width="200">List Price</e:column>       </e:columns>   </e:datagrid>

button&event

<e:button id="open-win" text="Open Window" classStyle="c-info">    <e:event event="click" target="window" action="open"/></e:button>

更多说明以及演示

查看全文
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论