ホームページ >ウェブフロントエンド >jsチュートリアル >ext リストの複数行クエリのメソッド page_YUI.Ext 関連
まず、Ext.grid.GridPanel に tbar オブジェクト
が必要で、次にリスナーを追加します。 {
'render': function() {
bbar2.render(this.tbar) / / tbar を 1 つ追加します
//twoTbar.render(this.tbar) // tbar を 2 つ追加します
// threeTbar.render(this.tbar) // tbar を 3 つ追加します
}
}
ここに bbar2 があるので、たくさんのバーを追加できることがわかります