如何在ext的window窗口里放置grid?
2个回答
展开全部
首先定义好grid
var grid = new Ext.grid.GridPanel({
..........
});
然后定义window
var win = new Ext.Window({
title : 'TEST',
width : 500,
closeAction : 'hide',
items : [grid]
});
然后知槐在你需要显示咐拆window的地方加上搭简友win.show();即可
var grid = new Ext.grid.GridPanel({
..........
});
然后定义window
var win = new Ext.Window({
title : 'TEST',
width : 500,
closeAction : 'hide',
items : [grid]
});
然后知槐在你需要显示咐拆window的地方加上搭简友win.show();即可
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在你的window下面添加
initComponent: function() {
Ext.apply(this, {
layout: 'fit',
id:'ChoiseWindow',
items: [{
xtype: 'grid',
store: 'manyToOne.ManyToOneStore',
selType: 'checkboxmodel', // 复选框
columns: dynamicView.ChoiseList
}],
buttons: [{
text: '确定键贺仿拍戚'稿纤,
action: 'saveChoise'
}, {
text: '取消',
handler: function() {
this.up('window').hide();
}
}]
});
this.callParent(arguments);
}
initComponent: function() {
Ext.apply(this, {
layout: 'fit',
id:'ChoiseWindow',
items: [{
xtype: 'grid',
store: 'manyToOne.ManyToOneStore',
selType: 'checkboxmodel', // 复选框
columns: dynamicView.ChoiseList
}],
buttons: [{
text: '确定键贺仿拍戚'稿纤,
action: 'saveChoise'
}, {
text: '取消',
handler: function() {
this.up('window').hide();
}
}]
});
this.callParent(arguments);
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询