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

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

Globaltravel LV12 2013-07-10

{

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()去掉 就一点反映都没有 不然就是点了 报脚本错误

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值