mnask
8 Apr 2008, 1:50 AM
hi guys ,
i have this Extjs script
Ext.QuickTips.init();
var userid = new Ext.form.Hidden({
id :'selectedAcc',
name :'selectedAcc',
value : 6
});
exchangeWin = function () {
var win = new Ext.Window({
closable:true,
width:320 ,
height:300,
iconCls: 'feed-icon',
constrain:true,
closeAction:'hide',
border:false,
plain:true,
layout: 'fit',
resizable:false,
items:userid,
title:'title bla bla'
});
win.show(this);
}
why it dose not work on IE ???
thanks so much
my regards
i have this Extjs script
Ext.QuickTips.init();
var userid = new Ext.form.Hidden({
id :'selectedAcc',
name :'selectedAcc',
value : 6
});
exchangeWin = function () {
var win = new Ext.Window({
closable:true,
width:320 ,
height:300,
iconCls: 'feed-icon',
constrain:true,
closeAction:'hide',
border:false,
plain:true,
layout: 'fit',
resizable:false,
items:userid,
title:'title bla bla'
});
win.show(this);
}
why it dose not work on IE ???
thanks so much
my regards