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()去掉 就一点反映都没有 不然就是点了 报脚本错误 展开
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()去掉 就一点反映都没有 不然就是点了 报脚本错误 展开
若以下回答无法解决问题,邀请你更新回答
展开全部
Ext.ExtendFormPanel这个panel是你自己自动扩展的吗?
一般情况下的不是这么写的吧?
一般情况下的不是这么写的吧?
追问
嗯
追答
没完整代码 不好测试 有可能是组件没有渲染的时候 就使用了 x.show()方法导致的问题
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询