ext-3.2.0 ie8 updateWin.hide()报js错误

如题

其中updateWin如下:
[code="java"]if (!updateWin) {
updateWin = new Ext.Window({
el : 'updateWin',
title : '修改信息',
layout : 'fit',
width : 780,
height : 500,
closeAction : 'close',//hide
plain : true,
modal : true,
html : ''
});
}[/code]

网页错误详细信息

用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
时间戳: Fri, 11 Feb 2011 04:53:27 UTC

消息: 参数无效。
行: 7
字符: 50401
代码: 0
URI: http://localhost:8080/cgi-bin/ext-3.2.0/ext-all.js

补充:在chrome,ff下无此问题。

二次补充:小弟初学ext,ext中有没有替代hide()的关闭方法。

closeAction : 'close',//hide

这句是不对吧?你点击事件之后就close掉了,你还hide?