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

ExtJS4.x 开发环境搭建

时间:2014-04-29 23:51:45      阅读:897      评论:0      收藏:0      [点我收藏+]

标签:com   http   blog   style   img   java   javascript   log   ext   width   c   

需要的资源

  1. ExtJS4.2 
  2. eclipse

开发环境搭建

在项目中国需要引用的文件:

mamicode.com,码迷

测试页面代码:

 

<%@ page language="java" pageEncoding="utf-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ExtJs 演示</title>
<link rel="stylesheet" type="text/css" href="./extjs/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="./theme/theme.css" />
</head>
<body>
<script type="text/javascript" src="./extjs/bootstrap.js"></script>
<script type="text/javascript" src="./extjs/locale/ext-lang-zh_CN.js"></script>
<script type="text/javascript">
Ext.onReady(function(){
Ext.Msg.alert(‘Info‘, ‘This is a test!‘);
});

</script>
</body>
</html>

 

测试结果:

mamicode.com,码迷 

 

 

ExtJS4.x 开发环境搭建,码迷,mamicode.com

ExtJS4.x 开发环境搭建

标签:com   http   blog   style   img   java   javascript   log   ext   width   c   

原文地址:http://www.cnblogs.com/amunote/p/3696900.html

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