我想使用FormPanel的show()函數來顯示它彈出。 但下面的代碼不顯示任何內容。但如果我通過這個formPanel到一個ExtJS窗口對象和調用窗口show()函數工作正常。 我想避免創建一個新的Window對象來顯示一個表單面板。我怎麼做? var formPanelItems = ...
var formPanel = new Ext.form.FormPanel({
我有這樣的ExtJS類地址: Ext.ns('Example');
Example.Form = Ext.extend(Ext.form.FormPanel, {
,initComponent:function() {
// hard coded - cannot be changed from outsid
var config = {
it
在ExtJs 3.4的DirectStore中使用baseParams時出現了一個奇怪的問題:雖然設置了baseParams,但在調用API調用(使用extdirect)時,baseParams爲NULL在商店對象中。我已經通過在「beforeLoad」期間將完整的商店對象寫入控制檯來檢查了這一點。我的店是這樣的: this.store= new Ext.data.DirectStore({