`
YTWY001
  • 浏览: 29540 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

Ext多选框动态改变选中

阅读更多

{
			            	xtype: "panel", 
				            layout: 'column',
			            	columnWidth: .33,
				            items: [{
				            	xtype: "panel", 
				            	layout : "form",  
			           			columnWidth: .5,
			            		items: [{
				            			xtype : 'checkbox',
										name: 'memberSettleAccount.payCash',
										id: 'memberSettleAccount.payCash',
										boxLabel : "",
									   inputValue : "1",
				            			anchor: '50%',
				            			listeners : { 
				            				"check" : function(obj,ischecked){
				            					var paySlotCard = Ext.getCmp('memberSettleAccount.paySlotCard');
				            					var payPos = Ext.getCmp('memberSettleAccount.payPos');
				            					paySlotCard.setValue(false);
				            					payPos.setValue(false);
				            				}
				            			}
			            		}]
			            	 },{
				            	xtype: "panel", 
				            	layout : "form",  
				            	columnWidth: .5,
			            		items: [{
			            			xtype : 'textfield',
			            			fieldLabel: '现金',
			            			name: 'memberSettleAccount.cashMoney',
			            			anchor: '100%'
			            		}]
				            }]
			        	 },
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics