/*** @class Ext.panel.Panel*/// TODO: setting this probably does not work well, since border-radius is typically// reserved for framed-panels - should we remove this?;/*** @var {number}* The default border-width of Panels*/;/*** @var {color}* The base color of Panels*/;/*** @var {color}* The default border-color of Panels*/;/*** @var {number}* The maximum width a Panel's border can be before resizer handles are embedded* into the borders using negative absolute positions.** This defaults to 2, so that in the classic theme which uses 1 pixel borders,* resize handles are in the content area within the border as they always have* been.** In the Neptune theme, the handles are embedded into the 5 pixel wide borders* of any framed panel.*/;// ===============================// ========= PANEL BODY ==========// ===============================/*** @var {string}* The default border-style of Panels*/;/*** @var {color}* The default body background-color of Panels*/;/*** @var {color}* The default color of text inside a Panel's body*/;/*** @var {color}* The default border-color of the Panel body*/;/*** @var {number}* The default border-width of the Panel body*/;/*** @var {number}* The default font-size of the Panel body*/;/*** @var {string}* The default font-weight of the Panel body*/;/*** @var {string}* The default font-family of the Panel body*/;/*** @var {number}* The space between the Panel {@link Ext.panel.Tool Tools}*/;/*** @var {string}* The background sprite to use for Panel {@link Ext.panel.Tool Tools}*/;/*** @var {color}* The color of the outline around Panel {@link Ext.panel.Tool Tools} when focused*/;/*** @var {string}* The outline-style of Panel {@link Ext.panel.Tool Tools} when focused*/;/*** @var {number}* The outline-width of Panel {@link Ext.panel.Tool Tools} when focused*/;/*** @var {number}* The outline-offset of Panel {@link Ext.panel.Tool Tools} when focused*/;/*** @var {number}* The border-width of Panel Headers*/;/*** @var {string}* The border-style of Panel Headers*/;/*** @var {number/list}* The padding of Panel Headers*/;/*** @var {number}* The font-size of Panel Headers*/;/*** @var {number}* The line-height of Panel Headers*/;/*** @var {string}* The font-weight of Panel Headers*/;/*** @var {string}* The font-family of Panel Headers*/;/*** @var {string}* The text-transform of Panel Headers*/;/*** @var {number/list}* The padding of the Panel Header's text element*/;/*** @var {number/list}* The margin of the Panel Header's text element*/;/*** @var {string/list}* The background-gradient of the Panel Header. Can be either the name of a predefined* gradient or a list of color stops. Used as the `$type` parameter for* {@link Global_CSS#background-gradient}.*/;/*** @var {color}* The border-color of the Panel Header*/;/*** @var {color}* The inner border-color of the Panel Header*/;/*** @var {number}* The inner border-width of the Panel Header*/;/*** @var {color}* The text color of the Panel Header*/;/*** @var {color}* The background-color of the Panel Header*/;/*** @var {number}* The width of the Panel Header icon*/;/*** @var {number}* The height of the Panel Header icon*/;/*** @var {number}* The space between the Panel Header icon and text*/;/*** @var {list}* The background-position of the Panel Header icon*/;/*** @var {color}* The color of the Panel Header glyph icon*/;/*** @var {number}* The opacity of the Panel Header glyph icon*/;/*** @var {boolean}* True to adjust the padding of borderless panel headers so that their height is the same* as the height of bordered panels. This is helpful when borderless and bordered panels* are used side-by-side, as it maintains a consistent vertical alignment.*/;/*** @var {color}* The base color of the framed Panels*/;/*** @var {number}* The border-radius of framed Panels*/;/*** @var {number}* The border-width of framed Panels*/;/*** @var {string}* The border-style of framed Panels*/;/*** @var {number}* The padding of {@link Ext.panel.Panel#cfg-frame framed} Panels.** The padding value must be equal to or greater than value specified in the* {@link #$panel-frame-border-radius} variable (or the maximum value if corner values* are specified individually).* See also: {@link #$panel-ignore-frame-padding}*/;/*** @var {color}* The background-color of framed Panels*/;/*** @var {color}* The border-color of framed Panels*/;/*** @var {number}* The border-width of the body element of framed Panels*/;/*** @var {number}* The border-width of framed Panel Headers*/;/*** @var {color}* The inner border-color of framed Panel Headers*/;/*** @var {number}* The inner border-width of framed Panel Headers*/;/*** @var {number/list}* The padding of framed Panel Headers*/;/*** @var {number}* The opacity of ghost Panels while dragging*/;/*** @var {string}* The direction to strech the background-gradient of top docked Headers when slicing images* for IE using Sencha Cmd*/;/*** @var {string}* The direction to strech the background-gradient of bottom docked Headers when slicing images* for IE using Sencha Cmd*/;/*** @var {string}* The direction to strech the background-gradient of right docked Headers when slicing images* for IE using Sencha Cmd*/;/*** @var {string}* The direction to strech the background-gradient of left docked Headers when slicing images* for IE using Sencha Cmd*/;/*** @var {boolean}* True to include neptune style border management rules.*/;/*** @var {color}* The color to apply to the border that wraps the body and docked items in a framed* panel. The presence of the wrap border in a framed panel is controlled by the* {@link #border} config. Only applicable when `$panel-include-border-management-rules` is* `true`.*/;/*** @var {number}* The width to apply to the border that wraps the body and docked items in a framed* panel. The presence of the wrap border in a framed panel is controlled by the* {@link #border} config. Only applicable when `$panel-include-border-management-rules` is* `true`.*/;/*** @var {boolean}* True to include the "default" panel UI*/;/*** @var {boolean}* True to include the "default-framed" panel UI*/;/*** @var {boolean}* True to ignore the frame padding. By default, the frame mixin adds extra padding when* border radius is larger than border width. This is intended to prevent the content* from colliding with the rounded corners of the frame. Set this to true to prevent* the panel frame from adding this extra padding.** **Note:** This var is not applicable to IE8 & IE9.*/;