完全可以替代ExtJS的Jquery UI库
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:
<link rel="stylesheet" type="text/css" href="../themes/default/easyui.css">
<script type="text/javascript" src="../jquery-1.4.2.min.js"></script>
<script type="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:
<link rel="stylesheet" type="text/css" href="../themes/icon.css">Contents
- Menu and Button
- Layout
- DataGrid
- Window
- Tree
- Form
1
0
(请您对文章做出评价)
浙公网安备 33010602011771号
