Avar w=new Ext.Window({
height: 150,
width: 200,
title:'Title',
html: '<h1>Oh</h1><p>H1 is for headline</p>'
});
Bvar w=new Ext.Window({
height: 150,
width: 200,
title:'Title',
html: '<h1>Oh</h1><p>H1 is for headline</p>'
});
w.show();
Cvar w=new Ext.MessageBox({
height: 150,
width: 200,
title:'Title',
html: '<h1>Oh</h1><p>H1 is for headline</p>'
});
Dvar w=new Ext.MessageBox({
height: 150,
width: 200,
title:'Title',
html: '<h1>Oh</h1><p>H1 is for headline</p>'
});
w.show();