您的位置:首页 > Web前端 > JavaScript

ExtJs开发需要引入的文件

2016-04-22 00:00 232 查看
摘要: ExtJs开发需要引入的文件

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>extjs</title>
<link rel="stylesheet" href="../ext-6.0.0/build/classic/theme-gray/resources/theme-gray-all.css" type="text/css"></link>
<!--
<link rel="stylesheet" href="../ext-6.0.0/build/iconCls/css/ext-all-gray.css" type="text/css"></link>
<link rel="stylesheet" href="../ext-6.0.0/build/iconCls/css/icon.css" type="text/css"></link>
-->
<link rel="stylesheet" href="../ext-6.0.0/build/iconfont/iconfont.css" type="text/css"></link>

<!-- <link rel="stylesheet" href="../ext-6.0.0/build/classic/theme-neptune/resources/theme-neptune-all.css" type="text/css"></link> -->
<!-- <link rel="stylesheet" href="../ext-6.0.0/build/classic/theme-crisp/resources/theme-crisp-all.css" type="text/css"></link> -->

<script src="../ext-6.0.0/ext-bootstrap.js"></script>
<script src="../ext-6.0.0/build/classic/locale/locale-zh_CN.js"></script>
<script src="js/index.js"></script>

<style>
.box { padding:50px 0 0 50px; }
* { padding:0; margin:0; }
.w_320 { width:320px; float:left; }
.my-foo-trigger { border-radius:5px; }
.aaa { background:red; }
</style>

</head>
<body>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息