radiogroup的change事件使用实例
发布时间:2020-12-15 04:54:08 所属栏目:百科 来源:网络整理
导读:{ ????????? ??? ? xtype: 'radiogroup', ???????????? fieldLabel: '报账类型', ???????????? name:'REPORTTYPE', ???????????? labelWidth:60, ???????????? flex:1, ???????????? items: [ ???????????????? {boxLabel: '借款报账',name: 'REPORTTYPE',in
{
????????? ??? ? xtype: 'radiogroup', ???????????? fieldLabel: '报账类型', ???????????? name:'REPORTTYPE', ???????????? labelWidth:60, ???????????? flex:1, ???????????? items: [ ???????????????? {boxLabel: '借款报账',name: 'REPORTTYPE',inputValue: 1,checked: true}, ???????????????? {boxLabel: '合同报账',inputValue: 2}, ???????????????? {boxLabel: '其他报账',inputValue: 0}, ???????????? ], ???????????? listeners: { ???????????????? change: function(g,newValue,oldValue,eOpts){ ?????????????? ??? ?if(typeof newValue.REPORTTYPE === 'number'){ ?????????????? ??? ??? ?var type = newValue.REPORTTYPE; ?????????????? ??? ??? ?if( type == 1){ ?????????????????????? ???? ??????????????????????? }else if(type == 2){ ?????????????????????? ????? ??????????????????????? }else{ ?????????????????????? ????? ??????????????????????? } ?????????????? ??? ?} ???????????????? } ???????????? } ?? ???? } (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |