页面导航栏

Ext.onReady(function() {
	var i = 0;
	var tabCenter = new Ext.TabPanel( {
		region : 'center',
		margins : '0 0 0 0',
		id : 'tab_view',
		activeTab : 0,
		//tabWidth : 135,
		resizeTabs: true,
	    minTabWidth: 120,
		enableTabScroll : true,
		defaults : {
			xtype : 'panel',
			closable : true
		},
		items : [ {
			iconCls : 'smt-welcome',
			title : '桌面',
			id : 'btnAlert',
			closable : false,
			html : '模块'

		} ],
		bbar : [ {
			text : '添加选项',
			handler : function() {
				var id = 'tab' + i;
				tabCenter.add( {
					title : '子面版' + i++,
					id : id,
					//html: '<iframe name="centerF" frameborder="0" width="100%" height="100%" src="grid.jsp"/>'
				    html: '<iframe name="centerF" frameborder="0" width="100%" height="100%" src="http://www.baidu.com"/>'
				   //autoLoad:'grid.jsp'
				});
				tabCenter.setActiveTab(id);
			}
		} ]
	});

	var naveAccordion = new Ext.Panel( {
		title : '导航栏',
		layout : 'accordion',
		region : 'west',
		iconCls : 'menu_panel',
		width : 180,
		height : 400,
		collapsible : true,
		margins : '0 0 0 0',
		animCollapse : false,
		animFloat : false,
		split : true,
		items : [ {
			title : 'Panel 1',
			iconCls : 'smt-administrator',
			html : '<p>Panel content!</p>'
		}, {
			title : 'Panel 2',
			iconCls : 'smt-administrator',
			html : '<p>Panel content!</p>'
		}, {
			title : 'Panel 3',
			iconCls : 'smt-administrator',
			html : '<p>Panel content!</p>'
		} ]
	});

	var viewport = new Ext.Viewport( {
		layout : 'border',
		title : 'Border Layout',
		layout : 'border',
		items : [ {
			region : 'north',
			margins : '0 0 0 0',
			border : false,
			height : 25,
			bbar : [ {
				iconCls : 'smt-administrator',
				text : 'admin'
			}, '-', {
				iconCls : 'smt-systemTime',
				id : 'theCurrentTime'
			}, '->', {
				text : '退出',
				iconCls : 'smt-exit',
				handler : function() {
					window.location.href = '<%=path%>/admin/to_login';
				}
			} ]
		}, naveAccordion, tabCenter ]
	});

});

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值