1.官网下载地址:
http://www.jeasyui.com/download/index.php
一般下载 “GPL Edition” (开源版本)。
2.目录结构:
demo:案例,可以删
locale:语言包,只保留需要的。
plugins:插件,不使用按需加载的话,可以删
src:部分插件的源码,可以删
themes:样式主题,只保留需要的
3.引用
有两种引用方式:1.完整加载,2.按需加载
目前我使用的完整加载。按需加载就不介绍了。
引用顺序:
\themes\主题\easyui.css
\themes\icon.css //图标样式
\jquery.min.js
\jquery.easyui.min.js
\locale\easyui-lang-zh_CN.js //中文语言包
参考网站:
http://www.zi-han.net/case/easyui/form.html
http://www.w3cschool.cc/jeasyui/jqueryeasyui-tutorial.html