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.
私は Extjs が初めてで、ユーザーのクリックに応じてパネルを切り替える方法を見つけようとしています。
ユーザーがボタン 1 をクリックすると、パネル 1 が表示されます
ユーザーが項目 1 をクリックすると、パネル 2 が表示されます
ユーザーが項目 2 をクリックすると、パネル 3 が表示されます
うまくいきません。「setActiveItem」を使用してパネルを正しく切り替える方法がわかりません
control()参照を次のように変更します
this.control({ '#mi_1': ... })