首页 > 解决方案 > ExtJS 6.5.3 - 在 Extjs 现代中找不到“->”的 xtype

问题描述

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

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

我的想法是这样写:

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

标签: extjs6-modernextjs6.5

解决方案


推荐阅读