我想将显示字段中的内容输出到控制台。
var getValue = Ext.getCmp('fieldID').getValue();
//That doesn't seem to be getting anything, tips?
答案 0 :(得分:1)
tmp
这里是我在主页
Ext.onReady(function() {
var value = Ext.getCmp('tmp').getValue();
alert("value");
});