extjs的panel组件怎么使用,为什么我的不显示效果

<script>Ext.onReady(function(){<divid="hello"></div>varpanel=newExt.Panel({title:"hel... <script>
Ext.onReady(function()
{
<div id="hello"></div>
var panel=new Ext.Panel({title:"hello",width:300,height:200,html:'<h1>Hello,easyjf open source</h1>'});
panel.render("hello");

});
</script>
展开
 我来答
yonghui958
2010-05-21 · TA获得超过243个赞
知道小有建树答主
回答量:122
采纳率:0%
帮助的人:115万
展开全部
请把<div id="hello"></div>放在<script></script>外面。

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>XML Form</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../../ext-all.js"></script>
</head>
<body>
<div id="hello"></div>
<script>
Ext.onReady(function()
{
var panel=new Ext.Panel({
title:"hello",
width:300,
height:200,
html:'<h1>Hello,easyjf open source</h1>'
});
panel.render("hello");

});
</script>

</body>
</html>
红绿蓝的那个黄
2010-05-15 · TA获得超过1315个赞
知道小有建树答主
回答量:173
采纳率:33%
帮助的人:205万
展开全部
改成下面的代码试试:

<script>
Ext.onReady(function()
{
<div id="hello"></div>
var panel=new Ext.Panel({
title:"hello",
width:300,
height:200,
html:'<h1>Hello,easyjf open source</h1>',
renderTo:'hello'
});
});
</script>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式