All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.wf.wf-layout.js Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
Ext.onReady(function() {
	var viewport = new Ext.Viewport({
		layout : 'border',
		items : [ {
			region : 'north',
			height : 94,
			contentEl : 'head',
			border : false,
			margins : '1 1 1 1'
		}, {
			region : 'center',
			margins : '0 2 2 2',
			bodyStyle : 'overflow-y:auto;overflow-x:hidden;',
			border : false,
			autoScroll : true,
			contentEl : 'content'
		}, {
			region: 'south',
			height: 80,
			title: "底部"
		} ]
	});
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy