[ExtJS4] Grid上で右クリックした行を選択する 【メモ】
こうですか、わかりません! いや一応動いてるんですけどね… そんなことよりも、Gridとコンテキストメニューのスコープで嵌まってるよ… まぁもう嵌まるのにも慣れてきたけどね。
こうですか、わかりません! いや一応動いてるんですけどね… そんなことよりも、Gridとコンテキストメニューのスコープで嵌まってるよ… まぁもう嵌まるのにも慣れてきたけどね。
なんだかえらい嵌まった上に検索しても日本語情報が無かったのでメモ。
ただのメモです。
It is called before the Application’s launch function is executed so gives a hook point to run any code before your Viewport is created.Viewportがインスタンス化する前に呼ばれます。
A template method like init, but called after the viewport is created. This is called after the launch method of Application is executed.Viewportがインスタンス化された後に呼ばれます。
Optional callback to execute after the class is created, the execution scope of which (this) will be the newly created class itself.Ext.defineの第3引数。そのクラスが生成されたあとに実行されるコールバック関数。「created」ってのはインスタンス化ではなくてファイルが読み込まれたとき…と言うような気がする(後述の実行順参照)