`
meganlee
  • 浏览: 88154 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

ext radiogroup监听事件

EXT 
阅读更多
{

xtype : 'radiogroup',
   allowBlank : false,
   width : 100,
   labelSeparator : Color.blank,
   items : [{
    boxLabel : '是',
    name : 'check',
    inputValue : true,
    listeners : {
     'check' : function(checkbox, checked){

              if(checked){//只有在点击时触发

}   }

//监听事件


}
    }
   }, {
    boxLabel : '否',
    name : 'check',
    inputValue : false,
    checked : true,
    listeners : {
     'check' : function(){

   //监听事件

}
    
    }
   }],
   fieldLabel : '是否修改名称'

}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics