1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 學習ExtJS Column布局的方法

        時間:2020-12-29 16:06:31 學習方法 我要投稿

        學習ExtJS Column布局的方法

          一、屬性(構造參數)

        學習ExtJS Column布局的方法

          baseCls:"x-plain" Panel背景色顏色。

          layout:"column" Panel進行列布局。

          在子元素中指定使用columnWidth或width來指定子元素所占的列寬度。

          columnWidth表示使用百分比的形式指定列寬度。

          width則是使用絕對象素的方式指定列寬度,在實際應用中可以混合使用兩種方式。

          二、應用舉例

          復制代碼 代碼如下:

          Ext.onReady(function(){

          new Ext.Window({

          title:"新增",

          width:500,

          height:400,

          plain:true,

          layout:"form",

          labelWidth:55,

          items:[{

          layout:"column",

          baseCls:"x-plain",

          style:"padding:5px",

          items:[{

          columnWidth:.5,

          layout:"form",

          labelWidth:50,

          baseCls:"x-plain",

          items:[{

          xtype:"textfield",

          fieldLabel:"姓名"

          },{

          xtype:"textfield",

          fieldLabel:"姓名"

          },{

          xtype:"textfield",

          fieldLabel:"姓名"

          },{

          xtype:"textfield",

          fieldLabel:"姓名"

          }]

          },{

          columnWidth:.5,

          layout:"form",

          items:[{

          id:"name",

          xtype:"textfield",

          fieldLabel:"照片",

          inputType:"image",

          width:250,

          height:50

          }]

          }]

          },{

          xtype:"textfield",

          fieldLabel:" 證號"

          }],

          showlock:false,

          listeners:{

          "show":function(_window){

          if f(!_window["showLock"]){

          Ext.getCmp("name").getEl().dom.src = "default_pic.gif" ;

          _window.findByType("textfield")[4].getEl().dom.src = "default_pic.gif" ;

          // alert(_window.findByType("textfield")[4].fieldLabel);

          _window["showLock"]=true;

          }

          }

          },

          buttons:[{text:"確定"},{text:"取消"}]

          }).show() ;

          }) ;

          復制代碼 代碼如下:

          Ext.onReady(function(){

          var _panel = new Ext.Panel({

          title:"人員信息",

          renderTo:Ext.getBody(),

          frame:true,

          width:500,

          height:300,

          layout:"column",

          items:[{title:"列1",width:200},

          {title:"列2",columnWidth:.3},

          {title:"列3",columnWidth:.3},

          {title:"列4",columnWidth:.4}

          ]

          })

          }) ;

        【學習ExtJS Column布局的方法】相關文章:

        象棋怎么學習布局09-10

        cad用布局畫圖的方法08-21

        不同空間電線布局方法08-20

        托福寫作審題和布局方法10-12

        寫意畫布局方法口訣09-06

        淘寶店鋪裝修布局設置方法「圖文」08-15

        CAD布局中設置視口比例的方法08-09

        網站內鏈布局及操作方法08-19

        淘寶全店關鍵詞布局方法08-16

        學習的方法01-03

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>