Slide 19
Slide 19 text
• Responsive Plugin!
• Can use many different
expressions, such as:!
•landscape
•portrait
•tall
•wide
•width
•height
•platform
New Features
Ext.create({
xtype: 'viewport',
layout: 'border',
!
items: [{
title: 'Some Title',
plugins: 'responsive',
!
responsiveConfig: {
landscape: {
region: 'north'
},
!
portrait: {
region: 'west'
}
}
}]
});
Ext.plugin.Responsive