Home >Web Front-end >JS Tutorial >How to nest TabPane in other web pages in Extjs to implement ideas and code_extjs

How to nest TabPane in other web pages in Extjs to implement ideas and code_extjs

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

Copy code The code is as follows:

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

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

Picture

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