extjs tabs中怎么加入grid
在每个tab中添加一个grid,grid由button操作.PS本人是Ext初学者,请把代码写清楚。谢谢。items:[{xtype:'tabpanel',activeT...
在每个tab中添加一个grid,grid由button操作.PS本人是Ext初学者,请把代码写清楚。谢谢。
items: [
{
xtype: 'tabpanel',
activeTab:0,
bodyStyle: 'padding: 5px;',
items: [{
title: '域名管理',
header:false,
html : '<p>组织管理.</p>',
border:false
},{
title: '组织管理',
header:false,
html : '<p>组织管理.</p>',
border:false
},{
title: '账户管理',
header:false,
html : '<p>账户管理.</p>',
border:false
},{
title: '计算机管理',
header:false,
html : '<p>计算机管理.</p>',
border:false
},{
title: '策略管理',
header:false,
html : '<p>策略管理.</p>',
border:false
}]
}
]
如下图 展开
items: [
{
xtype: 'tabpanel',
activeTab:0,
bodyStyle: 'padding: 5px;',
items: [{
title: '域名管理',
header:false,
html : '<p>组织管理.</p>',
border:false
},{
title: '组织管理',
header:false,
html : '<p>组织管理.</p>',
border:false
},{
title: '账户管理',
header:false,
html : '<p>账户管理.</p>',
border:false
},{
title: '计算机管理',
header:false,
html : '<p>计算机管理.</p>',
border:false
},{
title: '策略管理',
header:false,
html : '<p>策略管理.</p>',
border:false
}]
}
]
如下图 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询