0

我想在底部按钮栏中使用“->”来填充按钮之间的空间。但我想让填充响应,所以我尝试使用“{xtype:”tbfill“}”,它只适用于 extjs 经典。

Extjs 6.5.3 现代版中是否有用于 tbfill 的 xtype?

我的想法是这样写:

bbar: [{
  //firstbutton 
  },{
    xtype: "tbfill",
    plugins: {
      responsive: true
    },
    responsiveConfig: {
      // ...
    }
  }, {
  // secondbutton
}]
4

0 回答 0