Easyui is a collection of user-interface plugins based on jQuery.
Resources
- Official Site
- Forum
- Wiki on Google Code
About
EasyUI components can either be declared directly within the HTML markup via predefined classes (such as easyui-dialog
as an extension to existing classes), or via JavaScript code built on jQuery (such as $('#id').dialog({...});
).
The EasyUI framework offers out-of-the-box solutions for common website elements such as dialogs, datagrids or menus. Layout elements include tabs and accordion views (whereby panels can be collapsed, keeping only their title visible). Asynchronous handling via AJAX is also supported.
Use
To use EasyUI elements in a website, the JavaScript http://www.jeasyui.com/easyui/jquery.easyui.min.js needs to be included as well as the jQuery library. It is recommended to use the version of jQuery referred to in the EasyUI documentation (currently 1.7.2.) due to incompatibilities with the most recent versions (e.g. for the EasyUI edatagrid
plugin).