?? index.htm
字號(hào):
?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ext tree grid 與 struts2 異步通信</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="js/ext-base.js"></script>
<script type="text/javascript" src="js/ext-all.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/examples.js"></script>
<script type="text/javascript" src="js/ChinaStore.js"></script>
<link type="text/css" rel="stylesheet" href="css/xtree.css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="resources/css/ext-all.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/examples.css"/>
<style type="text/css" media="all">
<!-- 定義應(yīng)用使用的圖表位置-->
.loading {
background-image:url(resources/images/default/tree/loading.gif)!important ;
}
.first {
background-image: url(resources/images/default/grid/page-first.gif) !important;
}
.pre {
background-image: url(resources/images/default/grid/page-prev.gif) !important;
}
.next {
background-image: url(resources/images/default/grid/page-next.gif) !important;
}
.last {
background-image: url(resources/images/default/grid/page-last.gif) !important;
}
</style>
</head>
<body >
<!-- 所有實(shí)現(xiàn)都在index.js中 -->
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -