Ext中如何将TabPanel放入到EditorGridPanel的一个面板中啊

functionshowUrl(value){return"<ahref="+value+">"+value+"</a>";}Ext.onReady(function()... function showUrl(value) {
return "<a href=" + value + ">" + value + "</a>";
}

Ext.onReady(function() {

var store = new Ext.data.Store( {
url : "XML/DBTable.xml",
reader : new Ext.data.XmlReader( {
record : "row"
}, [ "id", "name", "evaluate", "url" ])
});
var dbtable = new Ext.grid.ColumnModel( [ {
header : "排名",
dataIndex : "id",
sortable : true,
editor : new Ext.form.TextField
}, {
header : "剑名",
dataIndex : "name",
sortable : true,
editor : new Ext.form.TextField
}, {
header : "评价",
dataIndex : "evaluate",
sortable : true,
editor : new Ext.form.TextField
}, {
header : "网址",
dataIndex : "url",
renderer : showUrl,
editor : new Ext.form.TextField
} ]);
var grid = new Ext.grid.EditorGridPanel( {
renderTo : "DBTable",
// title : "中国历史十大名剑",
height : 450,
width : 720,
cm : dbtable,
store : store,
autoExpandColumn : 2
});
store.load();
var panel = new Ext.TabPanel( {
width : 300,
height : 200,
items : [ new Ext.Panel( {
title : "面板一",
height : 30,
html : ""
}), new Ext.Panel( {
title : "面板二",
height : 30
}), new Ext.Panel( {
title : "面板三",
height : 30
}) ]
});

panel.render("hello");
});
应该怎么把EditorGridPanel放入到TabPanel的面板一中了???????????
需求具体点的代码,新手
展开
 我来答
nggno1
2011-05-09 · TA获得超过351个赞
知道小有建树答主
回答量:768
采纳率:0%
帮助的人:416万
展开全部
var classTabs = new Ext.TabPanel({
deferredRender: false,
activeTab: 0,
bodyStyle :'padding:5px 0px 0px 5px;',
height: 230,
items:[{
title: '课程表信息',
items: [agendaGrid]
}]
});

其中,agendaGrid即为一个gridpanel
放在你的里面就是
var panel = new Ext.TabPanel( {
width : 300,
height : 200,
items : [{
title:'中国十大名剑'
items:[grid]
}]
});

即可
xiaofei_suman
2011-05-06 · TA获得超过356个赞
知道答主
回答量:198
采纳率:0%
帮助的人:148万
展开全部
EditorGridPanel 也是Panel , 和其他panel作为items[] ,
或者动态添加add(EditorGridPanel ) 然后再重新布局一下。
追问
能具体点么,最好有详细点的代码,我是新手
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
宇文梦旋
2011-05-06 · TA获得超过728个赞
知道小有建树答主
回答量:584
采纳率:0%
帮助的人:379万
展开全部
用http代理组件就是实现
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式