Animal
21 Jan 2010, 12:21 AM
There is no code which fires it. And it's used internally, and by many applications.
Add this code into examples/layout/complex.html:
var viewport = new Ext.Viewport({
layout: 'border',
listeners: {
afterlayout: function() {
Ext.Msg.alert("Alert", "Viewport layed out");
}
},
items: [
...
No alert is seen.
Add this code into examples/layout/complex.html:
var viewport = new Ext.Viewport({
layout: 'border',
listeners: {
afterlayout: function() {
Ext.Msg.alert("Alert", "Viewport layed out");
}
},
items: [
...
No alert is seen.