jeasyui Easyui控件库的JSP封装

程序名称:jeasyui

授权协议: GPL

操作系统: 跨平台

开发语言: Java

jeasyui 介绍

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

Some Example

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

更多说明以及演示

jeasyui 官网

http://git.oschina.net/for-1988/jeasyui

相关编程语言

MuPlayer 是一款跨平台、轻量级的音频播放解决方案,...
OS FLV 是一个 开源和可嵌入网页的flv播放器。 这个...
DewPlayer音乐播放器,样式很简单,而且很实用.播放器...
JW FLV MEDIA PLAYER是一个开源的在网页上使用的Fla...
Speakker 是一个基于 Web 浏览器的音乐播放器,只提...
Player Framework 是一个开源的支持 HTML5 的视频播...