X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.Panel.html diff --git a/docs/output/Ext.Panel.html b/docs/output/Ext.Panel.html index c4cf4216..1dedddd4 100644 --- a/docs/output/Ext.Panel.html +++ b/docs/output/Ext.Panel.html @@ -1,407 +1,253 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Container
-        Panel
-

Class Ext.Panel

- - - - - - -
Package:Ext
Defined In:Panel.js
Class:Panel
Subclasses:TabPanel, Tip, Window, VideoPanel, FieldSet, FormPanel, GridPanel, TreePanel
Extends:Container
-
- * -Panel is a container that has specific functionality and structural components that make it the perfect building -block for application-oriented user interfaces. The Panel contains bottom and top toolbars, along with separate -header, footer and body sections. It also provides built-in expandable and collapsible behavior, along with a -variety of prebuilt tool buttons that can be wired up to provide other customized behavior. Panels can be easily -dropped into any Container or layout, and the layout and rendering pipeline is completely managed by the framework.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - baseCls : String
- The base CSS class to apply to this panel's element (defaults to 'x-panel').
-
Panel
  - - buttonAlign : String
- The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').
-
Panel
  - - buttons : Array
- An array of Ext.Buttons or Ext.Button configs used to add buttons to the footer of this panel.
-
Panel
  - - collapsed : Boolean
- True to render the panel collapsed, false to render it expanded (defaults to false).
-
Panel
  - - collapsedCls : String
- A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
-
Panel
\ No newline at end of file