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.
mc や total commander のような 2 パネルのファイルマネージャーが欲しいです。同じ機能を持つ 2 つの異なるコントローラーを作成する必要がありますか?
おそらく、同じコントローラーの 2 つのインスタンスを使用できます。何かのようなもの:
new App.FileManager({el: $('#panel_left')}); new App.FileManager({el: $('#panel_right')});
明らかに、それは単なる一般的な考えです。