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>

좋은 웹페이지 즐겨찾기