extjs

    0熱度

    2回答

    Extjs 4.3.1我有一個正在加載一個javascript數組的網格。該數組已填充,但頁面加載時不顯示任何內容。當您點擊Ext.toolbar底座中的刷新按鈕時,出現項目。 如何在頁面呈現時加載數據,而不是在選擇刷新按鈕時加載數據? 代碼 var grid = [], title = 'Topics List', gridHeight = 600, uniq

    0熱度

    2回答

    { title: 'Start Date', margin: '0 20 0 0', items:{ xtype: 'datepicker', fieldLabel: 'START DATE', value: new Date(), itemId: 'startDate',

    0熱度

    1回答

    我需要更改fieldpanel中的複選框。但我還沒有找到我可以爲其設置CSS風格的地方。 我的代碼看起來像這樣 { xtype: 'fieldset' ,title:'<font size="3"><spring:message code="title"/></font>' ,collapsible:true ,checkboxToggle: true

    1熱度

    1回答

    EXT視圖頁面 text : ACTIONS, xtype : 'actioncolumn', draggable: false, dataIndex: 'message', items: { [ { glyph:'[email protected]', name : 'edit_customer', handler: functi

    0熱度

    1回答

    Ext.create('Ext.form.Panel', { renderTo: Ext.getBody(), width: 300, bodyPadding: 10, title: 'Dates', items: [{ xtype: 'datefield', anchor: '100%', fieldLabel

    0熱度

    1回答

    { title: 'End Date', margin: '0 20 0 0', items:{ xtype: 'datepicker', itemId: 'endDate', value: Ext.Date.add(new Date(), Ext.Date.DAY, -1),

    0熱度

    2回答

    我不是很熟悉Ext Js中的所有綁定和配置。所以我有一個帶有電子郵件(mailto)按鈕的文本字段。我想啓用或禁用按鈕只有。但我不知道如何開始處理觸發器本身。所以我嘗試在我的ViewController中進行綁定,如下所示: txtContactEmail:{ disabled: {someFunctionInViewModel} }//this disables/enables th

    -1熱度

    1回答

    任何人都可以幫助我在extjs 3.4中的佈局窗口內創建窗體。 like this?我嘗試使用Ext.Formpanel,但它顯示錯誤。 Ext.onReady(function() { // tabs for the center var tabs = new Ext.TabPanel({ region: 'center', margins: '3 3

    0熱度

    1回答

    我使用ExtJS 3.3.0,我想要禁用保存按鈕,直到組合框中有一個值。 我創建組合框就像這樣; new Ext.form.ComboBox({ id: this.idName + 'Combo_StateID', name: 'StateID', fieldLabel: 'State', singleOnly: true, typeAhead:

    0熱度

    1回答

    我需要檢索選中的單選按鈕的值並將其作爲參數發送到窗體。我寫了下面的代碼塊,但每次只傳遞第一個值。有人可以幫忙嗎? Ext.onReady(function() { Ext.getCmp('myButton').setHandler(function(){ Ext.MessageBox.show({ title: 'Hello', msg: 'Please c