renganathan
2 Jan 2012, 10:04 PM
Hi All,
I want to show popup window at the center of the screen.
what should i give for x and y ?
LabDetailsWindow = Ext.create('Ext.window.Window',
{
title : "Lab Details",
autoScroll : true,
draggable : false,
x : 100,
y : 100,
//plain : true,
items : [LabDetailsPanel]
});
LabDetailsWindow.show();
I want to show popup window at the center of the screen.
what should i give for x and y ?
LabDetailsWindow = Ext.create('Ext.window.Window',
{
title : "Lab Details",
autoScroll : true,
draggable : false,
x : 100,
y : 100,
//plain : true,
items : [LabDetailsPanel]
});
LabDetailsWindow.show();