easyui敏捷开发

官方学习网址

http://plugins.jquery.com/pqgrid/

http://paramquery.com/demos/paging

http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=

http://www.jeasyui.com

http://sshe.btboys.com/个人版学习网址

工具包

http://www.jeasyui.com/download/downloads/jquery-easyui-1.2.6.zip

http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.2.zip

easyuiapi

http://www.phptogether.com/juidoc/

http://www.phptogether.com/juidoc/calendar.html日历http://www.phptogether.com/juidoc/

http://www.cnblogs.com/lxinxuan/archive/2007/04/19/719866.htmlDataGrid分页控件重写

-----------------------------------------

http://www.phptogether.com/juidoc/datagrid.html示例api

http://www.jeasyui.com/以上网站的英文版

http://sshe.btboys.com/网站作为示例

http://blog.csdn.net/kongqz/article/details/6322936json数组对象

http://www.360doc.com/content/12/0703/09/9693959_221848114.shtml正确配置json对象

>http://www.cnblogs.com/xwdreamer/archive/2011/12/16/2296904.html

JSONObject与JSONArray的使用

http://www.phptogether.com/juidoc/

开发easyUI文档

<metahttp-equiv="content-type"content="text/html;charset=UTF-8">

<linkrel="stylesheet"href="../js/jquery-easyui-1.2.6/themes/default/easyui.css"type="text/css"></link>

<linkrel="stylesheet"href="../js/jquery-easyui-1.2.6/themes/icon.css"type="text/css"></link>

<scripttype="text/javascript"src="../js/jquery-easyui-1.2.6/jquery-1.7.2.min.js"charset="UTF-8"></script>

<scripttype="text/javascript"src="../js/jquery-easyui-1.2.6/jquery.easyui.min.js"charset="UTF-8"></script>

<scripttype="text/javascript"src="../js/jquery-easyui-1.2.6/locale/easyui-lang-zh_CN.js"></script>

<scripttype="text/javascript"charset="UTF-8">

$(function(){

});

</script>

相关推荐