/*** @class Ext.Dialog*//*** @var {color/list}* Dialog border-color*/;/*** @var {number/list}* Dialog border-width*/;/*** @var {string/list}* Dialog border-style*/;/*** @var {number/list}* Dialog border-radius*/;/*** @var {number/list}* Dialog border-radius in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {color}* Dialog body background-color*/;/*** @var {color}* Dialog body text color*/;/*** @var {color}* Dialog body border-color*/;/*** @var {number/list}* Dialog body border-width*/;/*** @var {number/list}* Dialog body border-style*/;/*** @var {string/number}* Dialog body font-weight*/;/*** @var {number}* Dialog body font-size*/;/*** @var {number}* Dialog body font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Dialog body line-height*/;/*** @var {number}* Dialog body line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Dialog body font-family*/;/*** @var {number/list}* Dialog body padding*/;/*** @var {number/list}* Dialog body padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {color}* Dialog Header background-color*/;/*** @var {string/list}* Dialog Header background-gradient. Can be either the name of a gradient defined by* {@link Global_CSS#background-gradient} or a list of color stops.*/;/*** @var {color}* Dialog Header text color*/;/*** @var {color/list}* Dialog Header border-color*/;/*** @var {number/list}* Dialog Header border-width*/;/*** @var {string/list}* Dialog Header border-style*/;/*** @var {string/number}* Dialog Header font-weight*/;/*** @var {number}* Dialog Header font-size*/;/*** @var {number}* Dialog Header font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Dialog Header line-height*/;/*** @var {number}* Dialog Header line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Dialog Header font-family*/;/*** @var {number/list}* Dialog Header padding*/;/*** @var {number/list}* Dialog Header padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number/list}* Dialog Header Title padding*/;/*** @var {number/list}* Dialog Header Title padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {shadow}* Dialog Header Shadow*/;/*** @var {number}* Z-Index for the Dialog Header, should be used with shadows to raise header above content*/;/*** @var {number}* Dialog Header min-height*/;/*** @var {number}* Dialog Header min-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {color}* Dialog Header icon color.*/;/*** @var {number}* Dialog Header icon size*/;/*** @var {number}* Dialog Header icon size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Dialog Header icon font-size. Used for configuring the size of font icons*/;/*** @var {number}* Dialog Header icon font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* The space between the Dialog Header icon and text when the icon is horizontally aligned*/;/*** @var {number}* The space between the Dialog Header icon and text when the icon is horizontally aligned* in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* The space between the Dialog Header icon and text when the icon is vertically aligned*/;/*** @var {number}* The space between the Dialog Header icon and text when the icon is vertically aligned* in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Dialog Header icon opacity*/;/*** @var {color}* Dialog Tool color*/;/*** @var {number}* Dialog Tool color when hovered*/;/*** @var {number}* Dialog Tool color when pressed*/;/*** @var {number}* Dialog Tool color when disabled*/;/*** @var {color}* Dialog Tool background-color*/;/*** @var {number}* Dialog Tool background-color when hovered*/;/*** @var {number}* Dialog Tool background-color when pressed*/;/*** @var {number}* Dialog Tool background-color when disabled*/;/*** @var {number}* Dialog Tool opacity*/;/*** @var {number}* Dialog Tool opacity when hovered*/;/*** @var {number}* Dialog Tool opacity when pressed*/;/*** @var {number}* Dialog Tool opacity when disabled*/;/*** @var {number}* Dialog Tool border radius*/;/*** @var {number}* Dialog Tool border radius in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Dialog Tool size*/;/*** @var {number}* Dialog Tool size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Dialog Tool font-size*/;/*** @var {number}* Dialog Tool font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* The space between Dialog Tools*/;/*** @var {number}* The space between Dialog Tools in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Dialog Tool cursor*/;/*** @var {string}* Dialog Tool cursor when disabled*/;/*** @var {number}* Dialog Tool outline width when focused*/;/*** @var {string}* Dialog Tool outline style when focused*/;/*** @var {color}* Dialog Tool outline color when focused*/;/*** @var {number}* Dialog Tool outline offset when focused*/;/*** @var {color}* Dialog anchor border-color*/;/*** @var {color}* Dialog anchor background-color*/;/*** @var {number}* The height (in all orientations) of the anchor arrow*/;/*** @var {number}* The width (in all orientations) of the anchor arrow.*/;/*** @var {number}* The extra spacing beyond the tip of the anchor arrow to prevent the pointer touching* the target;*/;/*** @var {string}* `true` to include {@link #manageBorders border management} rules*/;/*** @var {number}* Dialog min-width*/;/*** @var {number}* Dialog min-width in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** Creates a visual theme for a Dialog.** @param {string} $ui* The name of the UI being created. Can not included spaces or special punctuation* (used in CSS class names).** @param {String} [$xtype=dialog] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {String} [$header-xtype=dialogheader] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors for the header component. For use by UI mixins of derived classes.** @param {String} [$title-xtype=dialogtitle] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors for the title component. For use by UI mixins of derived classes.** @param {String} [$tool-xtype=dialogtool] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors for tools. For use by UI mixins of derived classes.** @param {color} $background-color* Dialog background-color** @param {color/list} $border-color* Dialog border-color** @param {number/list} $border-width* Dialog border-width** @param {string/list} $border-style* Dialog border-style** @param {number/list} $border-radius* Dialog border-radius** @param {number/list} $border-radius-big* Dialog border-radius in the {@link Global_CSS#$enable-big big} sizing scheme** @param {color} $body-background-color* Dialog body background-color** @param {color} $body-color* Dialog body text color** @param {color} $body-border-color* Dialog body border-color** @param {number/list} $body-border-width* Dialog body border-width** @param {number/list} $body-border-style* Dialog body border-style** @param {string/number} $body-font-weight* Dialog body font-weight** @param {number} $body-font-size* Dialog body font-size** @param {number} $body-font-size-big* Dialog body font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $body-line-height* Dialog body line-height** @param {number} $body-line-height-big* Dialog body line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $body-font-family* Dialog body font-family** @param {number/list} $body-padding* Dialog body padding** @param {number/list} $body-padding-big* Dialog body padding in the {@link Global_CSS#$enable-big big} sizing scheme** @param {color} $header-background-color* Dialog Header background-color** @param {string/list} $header-background-gradient* Dialog Header background-gradient. Can be either the name of a gradient defined by* {@link Global_CSS#background-gradient} or a list of color stops.** @param {color} $header-color* Dialog Header text color** @param {color/list} $header-border-color* Dialog Header border-color** @param {number/list} $header-border-width* Dialog Header border-width** @param {string/list} $header-border-style* Dialog Header border-style** @param {string/number} $header-font-weight* Dialog Header font-weight** @param {number} $header-font-size* Dialog Header font-size** @param {number} $header-font-size-big* Dialog Header font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $header-line-height* Dialog Header line-height** @param {number} $header-line-height-big* Dialog Header line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $header-font-family* Dialog Header font-family** @param {number/list} $header-padding* Dialog Header padding** @param {number/list} $header-padding-big* Dialog Header padding in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number/list} $header-title-padding* Dialog Header Title padding** @param {number/list} $header-title-padding-big* Dialog Header Title padding in the {@link Global_CSS#$enable-big big} sizing scheme** @param {shadow} $header-shadow* Dialog Header Shadow** @param {number} $header-z-index* Z-Index for the Dialog Header, should be used with shadows to raise header above content** @param {number} $header-min-height* Dialog Header min-height** @param {number} $header-min-height-big* Dialog Header min-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {color} $header-icon-color* Dialog Header icon color.** @param {number} $header-icon-size* Dialog Header icon size** @param {number} $header-icon-size-big* Dialog Header icon size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $header-icon-font-size* Dialog Header icon font-size. Used for configuring the size of font icons** @param {number} $header-icon-font-size-big* Dialog Header icon font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $header-icon-horizontal-spacing* The space between the Dialog Header icon and text when the icon is horizontally aligned** @param {number} $header-icon-horizontal-spacing-big* The space between the Dialog Header icon and text when the icon is horizontally aligned* in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $header-icon-vertical-spacing* The space between the Dialog Header icon and text when the icon is vertically aligned** @param {number} $header-icon-vertical-spacing-big* The space between the Dialog Header icon and text when the icon is vertically aligned* in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $header-icon-opacity* Dialog Header icon opacity** @param {color} $tool-color* Dialog Tool color** @param {number} $tool-hovered-color* Dialog Tool color when hovered** @param {number} $tool-pressed-color* Dialog Tool color when pressed** @param {number} $tool-disabled-color* Dialog Tool color when disabled** @param {color} $tool-background-color* Dialog Tool background-color** @param {number} $tool-hovered-background-color* Dialog Tool background-color when hovered** @param {number} $tool-pressed-background-color* Dialog Tool background-color when pressed** @param {number} $tool-disabled-background-color* Dialog Tool background-color when disabled** @param {number} $tool-opacity* Dialog Tool opacity** @param {number} $tool-hovered-opacity* Dialog Tool opacity when hovered** @param {number} $tool-pressed-opacity* Dialog Tool opacity when pressed** @param {number} $tool-disabled-opacity* Dialog Tool opacity when disabled** @param {number} $tool-border-radius* Dialog Tool border radius** @param {number} $tool-border-radius-big* Dialog Tool border radius in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $tool-size* Dialog Tool size** @param {number} $tool-size-big* Dialog Tool size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $tool-font-size* Dialog Tool font-size** @param {number} $tool-font-size-big* Dialog Tool font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $tool-spacing* The space between Dialog Tools** @param {number} $tool-spacing-big* The space between Dialog Tools in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $tool-cursor* Dialog Tool cursor** @param {string} $tool-disabled-cursor* Dialog Tool cursor when disabled** @param {number} $tool-focused-outline-width* Dialog Tool outline width when focused** @param {string} $tool-focused-outline-style* Dialog Tool outline style when focused** @param {color} $tool-focused-outline-color* Dialog Tool outline color when focused** @param {number} $tool-focused-outline-offset* Dialog Tool outline offset when focused** @param {color} $anchor-border-color* Dialog anchor border-color** @param {color} $anchor-background-color* Dialog anchor background-color** @param {number} $anchor-height* The height (in all orientations) of the anchor arrow** @param {number} $anchor-width* The width (in all orientations) of the anchor arrow.** @param {number} $anchor-margin* The extra spacing beyond the tip of the anchor arrow to prevent the pointer touching* the target;** @param {string} $manage-borders* `true` to include {@link #manageBorders border management} rules** @param {number} $min-width* Dialog min-width** @param {number} $min-width-big* Dialog min-width in the {@link Global_CSS#$enable-big big} sizing scheme*/