extjs ie8有的地方会报错 对象不支持此属性或方法 ext-all.js

{text:'同意1',hidden:true,handler:function(){varf=newExt.ExtendFormPanel({labelAlign:'r... {
text : '同意1',
hidden : true,
handler : function(){
var f = new Ext.ExtendFormPanel({
labelAlign : 'right',
defaults : {
anchor : '98%'
},autoHeight : true,
labelWidth : 60,
border : false,
bodyStyle : 'padding : 5 5 5 5',
buttonAlign : 'center',
items : [
{
name : 'rtitle',
fieldLabel : '审批主题',
xtype : 'textfield',
value : '领导审批通过',
readOnly : true

},
{
fieldLabel : '审批意见',
name : 'problem',
xtype : 'textarea',
value : '同意',
height : 120
}
],
buttons : [
{
text : '确定',
handler : function(){
Ext.Ajax.request({
url : ctx + 'commapply/finBuildApply.do',
params : {
applyid : this.record.get('id'),
rid : this.record.get('rid'),
sendman : this.record.get('sendman'),
title : f.findByType('textfield')[0].getValue(),
msg : f.findByType('textarea')[0].getValue()
},
success : function(response) {
Ext.Msg.alert('信息','流程单已审批通过......');
x.close();
this.ownerCt.close();
},scope : this
});
},scope : this
}
]
});
var x = new Ext.Window({
width : 350,
height : 230,
title : '领导审批',
modal : true,
layout : 'fit',
items : [f]
});
x.show();
}

x.show()去掉 就一点反映都没有 不然就是点了 报脚本错误
展开
 我来答
若以下回答无法解决问题,邀请你更新回答
宇智波D红发
2011-05-25 · TA获得超过736个赞
知道小有建树答主
回答量:310
采纳率:100%
帮助的人:214万
展开全部
Ext.ExtendFormPanel这个panel是你自己自动扩展的吗?
一般情况下的不是这么写的吧?
追问
追答
没完整代码  不好测试  有可能是组件没有渲染的时候 就使用了 x.show()方法导致的问题
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
lizhaohua1120
2011-05-25
知道答主
回答量:17
采纳率:0%
帮助的人:0
展开全部
我也不清楚
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
养芷烟
2011-05-25 · TA获得超过1012个赞
知道小有建树答主
回答量:1019
采纳率:60%
帮助的人:577万
展开全部

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 3条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式