1 Star 0 Fork 44

Jeely / jeasyui

forked from ForEleven / jeasyui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

jeasyui

该项目已不维护,建议使用前端mvvm相关的框架,感谢关注

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

演示地址 http://jeasyui.coding.io/

##News release 0.0.4

##Some Example

datagrid

<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>

##更多请查看Wiki

空文件

简介

[已不维护] 一套对EasyUI封装的JSP组件,简化JSP中使用EasyUI的成本。http://www.jeasyui.com 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/jeely/jeasyui.git
git@gitee.com:jeely/jeasyui.git
jeely
jeasyui
jeasyui
master

搜索帮助

14c37bed 8189591 565d56ea 8189591