form单选框

form中的单选框:
var resultStartRadio = new Ext.form.RadioGroup({
id : 'resultStartRadio',
name :"formState",
style : "text-align:left",
columns : 2, //columns表示每一行显示的个数
columnWidth : 0.2,
fieldLabel :("inspect" === processCode?'被联系专业意见':'<span style="color:red">*</span>被联系专业意见') ,
xtype : 'radiogroup',
items : [
{ boxLabel : '退回',name : 'formState',inputValue : 'N',readOnly :false},
{ boxLabel : '执行',name : 'formState',inputValue : 'Y',readOnly : false)} ],
allowBlank : false
})

posted @ 2019-01-24 22:00  咚拐咚拐咚咚拐  阅读(154)  评论(0编辑  收藏  举报