Home  >  Article  >  Web Front-end  >  Extjs中TabPane如何嵌套在其他网页中实现思路及代码_extjs

Extjs中TabPane如何嵌套在其他网页中实现思路及代码_extjs

WBOY
WBOYOriginal
2016-05-16 17:42:34765browse

复制代码 代码如下:

var tabPanel = new Ext.TabPanel({
activeTab: 0,
region:'center',
layoutOnTabChange : false,
deferredRender: true,
items:[

{
title: '百度',
layout: 'fit',
height: 375,
id: 'training_grief_rep_tab_4',
border: false,
deferredRender: false,
//items : new TrainingBriefSummaryItem({sunmmaryId: tariningId}),
autoScroll : true,
html:' '
}
]
});

图片

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn