Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ツールバーとページングを gird bbar(bottom bar) に追加したいです。しかし、両方をbbar配列に追加すると、1行になります。私が必要としているのは、1 行目のページングと 2 行目のツールバーです。
このアプローチを試すことができます:
this.toolBar = new Ext.Container({ height: 54, layout: 'anchor', xtype: 'container', defaults: { anchor: '100%', height: 27 }, items: [ this.toolBar1, this.toolBar2 ] });
このコンテナをグリッドのtbarまたはbbarに配置します。