---
title: "容器、面板与窗口"
description: "Ext JS 4.2 原生 容器、面板与窗口组件。"
---

> Documentation Index
> Fetch the complete documentation index at: https://ag.879818327.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# 容器、面板与窗口

组件页内容由项目中的 `ext-all-debug.js` 提取。类型和说明优先使用源码 JSDoc；没有 JSDoc 时会明确标记为源码声明。

## 容器与面板

- [Ext.container.Container](/ext/layout/container-container/)
- [Ext.container.Viewport](/ext/layout/container-viewport/)
- [Ext.container.ButtonGroup](/ext/layout/container-buttongroup/)
- [Ext.panel.Panel](/ext/layout/panel-panel/)
- [Ext.panel.Table](/ext/layout/panel-table/)
- [Ext.panel.Header](/ext/layout/panel-header/)
- [Ext.panel.Tool](/ext/layout/panel-tool/)

## 窗口

- [Ext.window.Window](/ext/layout/window-window/)
- [Ext.window.MessageBox](/ext/layout/window-messagebox/)

Source: https://ag.879818327.xyz/ext/layout/index.mdx
