gpt4 book ai didi

extjs - 如何使用 extjs 4 获取 radiogroup 检查值?

转载 作者:行者123 更新时间:2023-12-05 00:01:07 25 4
gpt4 key购买 nike

我正在为单选按钮使用 extjs 4。代码如下

var mychkbxgrp = Ext.create('Ext.form.RadioGroup',{
fieldLabel: 'Layer',
columns: 1,
items:[{
boxLabel: 'District', name: 'rb', inputValue: 'district',itemId:"DIS"
},{
boxLabel: 'SubDistrict', name: 'rb', inputValue: 'Subdistrict',itemId:"sub"
},{
boxLabel: 'Village', name: 'rb', inputValue: 'Village'
},{
boxLabel: 'Road', name: 'rb', inputValue: 'Roads'
},{
boxLabel: 'Point', name: 'rb', inputValue: 'POINT'
}],
listeners: {
change : function(){
alert(this.getValue());
}
}
});

我想在选中后获取选中的单选按钮的值。为此,我使用了听众但没有工作。我是对的还是需要使用其他方式。请帮助我。

最佳答案

您可以使用函数 getChecked()

关于extjs - 如何使用 extjs 4 获取 radiogroup 检查值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17875285/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com