Вы находитесь на странице: 1из 4

layout: {

type: 'vbox',
align: 'stretch',
padding: 5

},
defaults: {
flex: 1
},

items: [

{
xtype: 'container',
margins: '0 5 5 0',

layout: {
type: 'hbox',
align: 'stretch',
animate: true
},
defaults: {
flex: 1,
frame: true
},
items: [{
xtype: 'tabpanel',
// title: 'NUEVOS REGISTROS',
margins: '0 3 0 0',
flex: 6,
activeTab: 0,
items:[
{xtype:'panel', title:'NUEVOS', html:'panel nuevo'},
{xtype:'panel', title:'MAS BUSCADOS', html:'panel mas
buscados'}
]

}, {
title: 'SESSION LOGGG',
flex:4
}]
},

{
xtype: 'container',
layout: {
type: 'hbox',
align: 'stretch',
animate: true
},
defaults: {
flex: 1,
frame: true
},
items: [{
title: 'EXIGENCIAS NORMATIVAS',
flex: 3,
margins: '0 3 0 0'
}, {
title: 'SEGUIMIENTO DE EXIGENNCIAS NORMATIVAS',
flex: 7,

items:{
xtype: 'userlist'
// flex:1
}
}]
}]

});

layout:{
type: 'border'
},
items:[
{
xtype: 'panel',region:'north',
layout:{type: 'fit'},
title: 'MENU PRINCIPAL'
},
{
xtype:'panel',
region:'west',
split:'true',
border:'0 2 0 0',
collapseDireccion:'left',
collapse:'true',
collapsible:'true',
title:'menu collapsable',
items:[{
xtype:'menu',floating:'false',
items:[{
xtype:'menuitem',text:'Primner item'},
{xtype:'menuitem',text:'segundo item'}
]
}
]

},

{
xtype:'panel',region:'center',split:true,
layout: {
type: 'vbox',
align: 'stretch',
padding: 5

},
defaults: {
flex: 1
},
items: [
{
xtype: 'container',
margins: '0 5 5 0',
layout: {
type: 'hbox',
align: 'stretch',
animate: true
},
defaults: {
flex: 1,
frame: true
},
items: [{
xtype: 'tabpanel',
// title: 'NUEVOS REGISTROS',
margins: '0 3 0 0',
flex: 6,
activeTab: 0,
items:[
{xtype:'panel', title:'NUEVOS', html:'panel
nuevo'},
{xtype:'panel', title:'MAS BUSCADOS',
html:'panel mas buscados'}
]

}, {
title: 'SESSION LOGGG',
flex:4
}]
},
{
xtype: 'container',
layout: {
type: 'hbox',
align: 'stretch',
animate: true
},
defaults: {
flex: 1,
frame: true
},
items: [{
title: 'EXIGENCIAS NORMATIVAS',
flex: 3,
margins: '0 3 0 0'
}, {
title: 'SEGUIMIENTO DE EXIGENNCIAS NORMATIVAS',
flex: 7,

items:{
xtype: 'userlist'
// flex:1
}
}]
}]
}

Вам также может понравиться