ExtJS 不显示panel

<!--Tochangethistemplate,chooseTools|Templatesandopenthetemplateintheeditor.--><!DOCT... <!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>人人网注册</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="ext-all.css"/>
<link rel="stylesheet" type="text/css" href="panel.css"/>
<script type="text/javascript" src="ext-all.js"></script>
<script type="text/javascript" src="ext-lang-zh_CN.js"></script>
<script type="text/javascript">
function init()
{
var formPanel=new Ext.form.FormPanel({
title:'注册表',
bodyStyle:'padding:15px',
frame:true,
layout:'form',
width:350,
defaultType:'textfield',
defaults:{
width:230
},
items:[{
fieldLabel:'账号',
name:'user',
allowBlank:false
},{
fieldLabel:'密码',
name:'password'
},{
fieldLabel:'重复密码',
name:'repassword'
},{
fieldLabel:'Email',
name:'email',
vtype:'email'
}],
buttons:[
{text:'提交'},
{text:'取消'}
],
labelAlign:'right',
labelWidth:65,
labelPad:13
});
formPanel.render("registe");

}
Ext.onReady(init);
</script>
</head>
<body>
<br>
<br>
<center>
<div id="registe"></div>
</center>
</body>
</html>
展开
 我来答
匿名用户
2011-05-19
展开全部
<script type="text/javascript" src="ext-base.js"></script>在导入一个ext-base.js的文件
<script type="text/javascript" src="ext-all.js"></script>
要按这个顺序引入
更多追问追答
追问
那是前面的版本,ExtJS 4.0已经木有了 ext-base.js,还有ext-base这个javascript具体作用是神马呢???
追答
那是不是你的ext-all.js有问题啊
我复制你的代码,可以在我这里显示啊
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式