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 のウィンドウとパネルの違いは何ですか? ウィンドウを使用してデータベースから大量のデータを表示および処理しても問題ありませんか?
Windowは、アプリケーション ウィンドウとして使用することを目的とした特殊なパネルです。デフォルトでは、ウィンドウはフローティング、サイズ変更可能、およびドラッグ可能です。ウィンドウは、ビューポートを埋めるように最大化したり、以前のサイズに戻したり、最小化したりできます。
の機能が必要ない場合はwindow、パネルを使用してください。
window