ラジオ フィールドを作成しています。選択用のチェック ボックスが表示されます。丸とドットの標準電波場が欲しいです。
誰でも私を助けることができますか?
使用されるコードは
{
xtype: 'radiofield',
ui:'plain',
name: 'sendDoc',
value: 'Default',
label: 'Default',
labelWidth: '50%',
checked:true
},
{
xtype: 'radiofield',
name: 'sendDoc',
id:'workset',
// ui:'radio',
value: 'Source Workstep',
label: 'Source Workstep',
labelWidth: '50%'
//disabled:true
}