`
nature0661
  • 浏览: 11802 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论

formPanel添加container和radioGroup

 
阅读更多
{
								xtype : 'container',// 试题container
								id : 'q_0_1_container',
								layout : 'fit',
								hideBorders : false,
								border : 1,
								// height: 'auto',
								autoHeight : true,
								// hidden : true,
								defaultType : 'textfield',
								style: {
						            padding: '20px'
						        },
								items : [{
									xtype : 'label',
									html : '<font color=blue>1)、你是同意呢,还是同意,还是同意呢?<br></font>',
									id : 'quesetion_0_1'
								},{

						            xtype: 'radiogroup',
						           // height : 'auto',
						            autoHeight : true,
						            fieldLabel: '单选',
						            allowBlank : false,
						            // labelSeparator : '...',
						            columns : 1,
						            items: [
						                {boxLabel: 'A、太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了太2了...', name: 'rb-auto', inputValue: 'A'},
						                // {boxLabel: 'Item 2', name: 'rb-auto',
										// inputValue: '', checked: true},
						                {boxLabel: 'B、时间就是金钱时间就是金钱时间就是金钱时间就是金钱时间就是金钱时间就是金钱时间就是金钱', name: 'rb-auto', inputValue: 'B'},
						                {boxLabel: 'C、Item 3', name: 'rb-auto', inputValue: 'C'},
						                {boxLabel: 'D、Item 4', name: 'rb-auto', inputValue: 'D'}
						               
						            ]
						        
								}]
							}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics