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.
3 つのボタンを持つ tbar を持つ 「パネル」エクステンド「Ext.form.Panel」を定義します。他の作業が完了したら、tbar の 3 番目のボタンをクリックして何らかのタスクを実行する必要があります。 panel.myfunction() のような同じタスクで新しい関数を作成したくありません。 おかげでそれを行う任意の方法
var button = this.down('button[action=save]'); button.fireEvent('click', button);