easyui combobox 高度自適應屬性設置

editor:{
   type:'combobox',
   options:{
      valueField:'piao_qingk',
      textField:'name',
      panelHeight:"auto",
      data:products,

      //required:true
   }
}

在標籤裏設置ui

panelHeight="auto",

 對下拉列表框高度的設置可採用如下的代碼,其中的auto能夠更改成其它的數值
 <input id="comboDirection" class="easyui-combobox" name="Direction" data-options="editable:false,panelHeight:'auto'" /> spa

相關文章
相關標籤/搜索