欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ExtJs----Hello World

程序员文章站 2023-12-23 11:10:34
...
Extjs版本为2.1

代码框架如下:

ExtJs----Hello World 
            
    
    博客分类: ext.js  

具体代码如下:


<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Hello </title>
    <link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
    <script type="text/javascript" src="resources/javascript/ext-base.js"></script>
    <script type="text/javascript" src="resources/javascript/ext-all.js"></script>

    <script type="text/javascript">
      Ext.onReady(function(){
    	  Ext.MessageBox.alert("hello","Hello  World !");
      });
    </script>
</head>
<body>
</body>
</html>


运行结果为:

ExtJs----Hello World 
            
    
    博客分类: ext.js  
  • ExtJs----Hello World 
            
    
    博客分类: ext.js  
  • 大小: 21.2 KB
  • ExtJs----Hello World 
            
    
    博客分类: ext.js  
  • 大小: 4.1 KB

上一篇:

下一篇: