2011-03-31 24 views
0

蔭爲此我的代碼使用了組合框compositfield和編輯按鈕並排 是組合框和按鈕ExtJS的複合場

{ 
    xtype: 'fieldset', 
    title: 'Covered under warranty', 
    checkboxToggle: true, 
    labelAlign: 'right', 
    autoHeight: true, 
    width: 730, 
    items: [{ 
     bodyStyle: 'padding-left:5px;', 
     layout: 'table', 
     autoHeight: true, 
     autoWidth: true, 
     layoutConfig: { 
      columns: 2 
     }, 
     defaults: { 
      frame: true, 
      style: 'margin: 0 0 1px 3px' 
     }, 
     items: [{ 
      xtype: 'fieldset', 
      title: 'Warranty Manufacturer', 
      autoHeight: true, 
      width: 360, 
      labelWidth: 110, 
      items: [{ 
       xtype: 'compositefield', 
       defaults: { 
        height: 20 
       }, 
       fieldLabel: 'Company', 
       items: [ComboComanyinWarranty, btnEdit] 
      }, { 
       xtype: 'compositefield', 
       defaults: { 
        height: 20 
       }, 
       fieldLabel: 'Company Location', 
       width: 220, 
       items: [ComboCompanyLocationInWarranty] 
      }, { 
       xtype: 'compositefield', 
       defaults: { 
        height: 20 
       }, 
       fieldLabel: 'Contact Person', 
       width: 220, 
       items: [ComboContactPersonInWarranty, { 
        xtype: 'button', 
        text: '...' 
       }] 
      }, { 
       xtype: 'compositefield', 
       defaults: { 
        height: 20 
       }, 
       fieldLabel: 'Contact Phone', 
       items: [{ 
        xtype: 'displayfield', 
        value: '' 
       }] 
      }, { 
       xtype: 'compositefield', 
       defaults: { 
        height: 20 
       }, 
       fieldLabel: 'Contact Mobile', 
       items: [{ 
        xtype: 'displayfield', 
        value: '' 
       }] 
      }, { 
       xtype: 'compositefield', 
       defaults: { 
        height: 20 
       }, 
       fieldLabel: 'Contact Email', 
       items: [{ 
        xtype: 'displayfield', 
        value: '' 
       }] 
      }] 

     } 
    } 

但按鈕沒有顯示按鈕切的正確底部。 所以請幫助

在此先感謝

+1

哦,這將是一個圖像很好,所以我們可以看到你的意思:) – Chau 2011-03-31 06:51:42

+0

這是在一個特定的瀏覽器?你能發佈一個你的代碼的工作示例嗎? – JamesHalsall 2011-03-31 18:44:15

回答

0

也許autoheight不工作?嘗試設置它到一個固定的高度...