码迷,mamicode.com
首页 > Web开发 > 详细

extjs 6.2 helloworld

时间:2016-10-23 23:47:46      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:styles   sheet   框架   bootstrap   rip   resources   build   nal   public   

<!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></title>
    <!--ExtJs框架开始-->
    
    <link rel="stylesheet" type="text/css" href="build/classic/theme-neptune/resources/theme-neptune-all.css">  
        <!-- 引入ExtJs核心Js -->  
        <script type="text/javascript" src="ext-bootstrap.js"></script>  
        <script type="text/javascript" src="build/ext-all.js"></script>  
        <script type="text/javascript" src="build/classic/locale/locale-zh_CN.js"></script>  
    
    <!--ExtJs框架结束-->
    <script type="text/javascript">
        Ext.onReady(function () {
            Ext.MessageBox.alert(标题, Hello World!);
        });
    </script>
</head>
<body>
</body>
</html>

 

extjs 6.2 helloworld

标签:styles   sheet   框架   bootstrap   rip   resources   build   nal   public   

原文地址:http://www.cnblogs.com/aliblogs/p/5991240.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!