jQuery EasyUI 1.0.5

Tutorial

Intruduction

This tutorial aims to use easyui framework to demonstrate how to create your web page easily.javascript

First of all, you need to include some js and css file:css

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

<link rel="stylesheet" type="text/css" href="../themes/icon.css">

Contents

  1. Menu and Button
  2. Layout
  3. DataGrid
  4. Window
  5. Tree
  6. Form
相關文章
相關標籤/搜索