gpt4 book ai didi

extjs - 获取文本框的输入

转载 作者:行者123 更新时间:2023-12-05 00:32:38 24 4
gpt4 key购买 nike

我在 Sencha Touch 2 中有一个文本字段和一个按钮。我想在按下按钮时获取文本字段的输入。我用 Ext.ComponentQuery 试过了,但是没有用。有人举个例子如何做到这一点?

{
xtype: 'textfield',
cls: 'inputfields',
id: 'title',
},
{
xtype: 'button',
ui: 'action',
name: 'textfieldButton',
handler : function(){
// what should go here ?
}
}

最佳答案

我的做法是 Ext.getCmp('title').getValue();
另请参阅文档 ( Docs API )。他们真的很有帮助。

关于extjs - 获取文本框的输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13240113/

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