1
我在我的htmlEditor上使用Ext.getCmp得到不穩定的結果。Ext.getCmp不返回HTML編輯器的當前值
我注意到它在頁面加載時返回屬性的值,但不是更新的值。
onSubmitBtnClick: function() {
var notes = Ext.getCmp('notes').value;
// this value is not the current value in the editor.
}