- Absolute is the simple layout that allows to position the component inside the container.
- Basically it applies the css absolute property to the component.
- Provides the configuration to position the container.
{
id: 'absolute',
title: 'Astute Absolute Layout',
layout: 'absolute',
defaults: {
bodyStyle: 'padding:15px;',
width: 200,
height: 100,
frame: true
},
items:[{
title: 'Astute Panel 1',
x: 50,
y: 50,
html: 'Astute - Positioned at x:50, y:50'
},{
title: 'Astute Panel 2',
x: 125,
y: 125,
html: 'Astute - Positioned at x:125, y:125'
}]
}
No comments:
Post a Comment