您的位置:首页 > Web前端 > JavaScript

Extjs radiogroup

2013-12-11 13:36 302 查看
{name:'testRadioGroup', xtype: 'radiogroup',fieldLabel: '',labelWidth: 5, 
	items: [
		{boxLabel: '苹果', name: 'fruit', inputValue: "苹果", id:'chooseFruit'},
		{boxLabel: '香蕉', name: 'fruit', inputValue: "香蕉"}, 
		{boxLabel: '桃子', name: 'fruit', inputValue: "桃子", checked: true}
]}


页面显示



控制台显示:



注:第一项要指定id属性!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: