我已經使用的代碼ExtJS的RadioGroup中的setValue()函數
var radios = new Ext.form.RadioGroup({
columns : 2,
items: [
{boxLabel: 'E-Mail', name: 'communication', inputValue: 1},
{boxLabel: 'Nagios', name: 'communication', inputValue: 2}
]
});
我要檢查一些事件的單選按鈕之一創建RadioGroup中。怎麼做? 我試過使用:
radios.setValue(true, false);
但它不工作。
但我們如何使用RadioGroup的setValue()?這適用於個人,但整體組 – applepie 2012-07-23 22:58:20