﻿var initPageLayout = function () {
    pageLayout = {
        defaults: {
            border: false,
            autoScroll: true
        },
        region: 'center',
        contentEl: 'MainLayoutCenter',
        layout: 'border',
        items: [{
                region: 'west',
                width: '30%',
                padding:  '0 0 0 10',
                contentEl: 'PageLayoutLeft'
            }, {
                region: 'center',
                contentEl: 'PageLayoutCenter'
            }]
    }
}