gpt4 book ai didi

extjs - 复选框, Action 事件

转载 作者:行者123 更新时间:2023-12-04 18:47:48 26 4
gpt4 key购买 nike

我需要添加一个 Check box , 当用户 checks在它上面(如改变值 check/uncheck )打印一个 console.log陈述。到目前为止,我能够显示复选框,但无法访问其检查事件。

{
xtype: 'checkboxgroup',
columns: 1,

listeners: {
change: function (this, newValue, oldValue, eOpts) {
console.log('change');
console.log(newValue);
}
},
items: [{
boxLabel: 'Cars',
name: 'chk1',
inputValue: '1'
}]
}

最佳答案

至于任何其他领域,change事件应该工作。

示例:http://jsfiddle.net/mbbjz/2/

关于extjs - 复选框, Action 事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11395137/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com