原文网址:http://jquery-easyui.wikidot.com/tutorial
相关介绍:http://www.cnblogs.com/taven/archive/2010/03/24/1693550.html
完全可以替代ExtJS的Jquery UI库
Intruduction
This tutorial aims to use easyui framework to demonstrate how to create your web page easily.
First of all, you need to include some js and css file:
<linkrel="stylesheet"type="text/css"href="../themes/default/easyui.css">
<scripttype="text/javascript"src="../jquery-1.4.2.min.js"></script>
<scripttype="text/javascript"src="../jquery.easyui.min.js"></script>
easyui predefines some icon CSS class which can show background image(16x16). If you wish to use it you need to include:
<linkrel="stylesheet"type="text/css"href="../themes/icon.css">
Contents
- Menu and Button
- Layout
- DataGrid
- Window
- Tree
- Form