js.wf.wf-layout.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wf-web-front Show documentation
Show all versions of wf-web-front Show documentation
Java Web Frame: wf-web-front
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: "底部"
} ]
});
});