⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tabs.js

📁 hibernate+spring+ext2.0 的物流网站
💻 JS
字号:
Ext.onReady(function() {

	var tabs = new Ext.TabPanel({
		renderTo : 'tabs',
		resizeTabs : true, // turn on tab resizing
		minTabWidth : 750,
		tabWidth : 450,
		enableTabScroll : true,
		width : 770,
		height : 400,
		defaults : {
			autoScroll : true
		}
	});

	// tab generation code
	tabs.add({
		title : '已入库状态',
		iconCls : 'tabs',
		closable : false,
		html : '<iframe scrolling="auto" frameborder="0" width="100%"height="100%" src="../Yasak/BillInBranch.html"></iframe>'
	}).show();

	tabs.add({
		title : '通知客户状态',
		iconCls : 'tabs',
		closable : false,
		html : '<iframe scrolling="auto" frameborder="0" width="100%"height="100%" src="../Yasak/BillInCustomer.html"></iframe>'
	});

	tabs.add({
		title : '客户提货状态',
		iconCls : 'tabs',
		closable : false,
		html : '<iframe scrolling="auto" frameborder="0" width="100%"height="100%" src="../Yasak/BillOutCustomer.html"></iframe>'
	});

});

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -