extjs 从数据库读取数据时 单选按钮组只有在inputValue: "1"可被选中
xtype:'radiogroup',fieldLabel:'类型',id:'TYPE',items:[{name:'TYPE',width:110,inputValue...
xtype: 'radiogroup', fieldLabel: '类型', id: 'TYPE', items: [{
name: 'TYPE', width: 110, inputValue: "1", boxLabel: 'A', checked: true, listeners: {
'check': function (checkbox, checked) {
if (checked) {
Ext.getCmp("addPanel").removeAll();
Ext.getCmp("addPanel").add(pan_OperChange1);
formPro.doLayout();
}
}
}
}]
extjs 从数据库读取数据时 单选按钮组只有在inputValue: "1"可被选中,如果是inputValue: 1,就不能被选中。 展开
name: 'TYPE', width: 110, inputValue: "1", boxLabel: 'A', checked: true, listeners: {
'check': function (checkbox, checked) {
if (checked) {
Ext.getCmp("addPanel").removeAll();
Ext.getCmp("addPanel").add(pan_OperChange1);
formPro.doLayout();
}
}
}
}]
extjs 从数据库读取数据时 单选按钮组只有在inputValue: "1"可被选中,如果是inputValue: 1,就不能被选中。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询