/*** @class Ext.tip.ToolTip*//*** @var {number}* The height (in all orientations) of the anchor arrow*/;/*** @var {number}* The width (in all orientations) of the anchor arrow.*/;/*** @var {color}* The background-color of the Tip*/;/*** @var {color}* The text color of the Tip body*/;/*** @var {number}* The font-size of the Tip body*/;/*** @var {string}* The font-weight of the Tip body*/;/*** @var {number/list}* The padding of the Tip body*/;/*** @var {color}* The text color of the Tip header*/;/*** @var {number}* The font-size of the Tip header*/;/*** @var {string}* The font-weight of the Tip header*/;/*** @var {number/list}* The padding of the Tip header's body element*/;/*** @var {color}* The border-color of the Tip*/;/*** @var {number}* The border-width of the Tip*/;//// TODO: We will need an error UI for tooltip./////**// * @var {color}// * The inner border-color of the form field error Tip// *///$tip-error-inner-border-color: dynamic(#fff);/////**// * @var {number}// * The inner border-width of the form field error Tip// *///$tip-error-inner-border-width: dynamic(0);/////**// * @var {color}// * The border-color of the form field error Tip// *///$tip-error-border-color: dynamic($tip-border-color);/////**// * @var {number}// * The border-radius of the form field error Tip// *///$tip-error-border-radius: dynamic($tip-border-radius);/////**// * @var {number}// * The border-width of the form field error Tip// *///$tip-error-border-width: dynamic($tip-border-width);/////**// * @var {color}// * The background-color of the form field error Tip// *///$tip-error-background-color: dynamic($tip-background-color);/////**// * @var {number/list}// * The padding of the form field error Tip's body element// *///$tip-error-body-padding: dynamic($tip-body-padding);/////**// * @var {color}// * The text color of the form field error Tip's body element// *///$tip-error-body-color: dynamic($tip-body-color);/////**// * @var {number}// * The font-size of the form field error Tip's body element// *///$tip-error-body-font-size: dynamic($tip-body-font-size);/////**// * @var {string}// * The font-weight of the form field error Tip's body element// *///$tip-error-body-font-weight: dynamic($tip-body-font-weight);/////**// * @var {color}// * The color of anchor tags in the form field error Tip's body element// *///$tip-error-body-link-color: dynamic($tip-body-link-color);/*** @var {number}* The space between {@link Ext.panel.Tool Tools} in the header*/;/*** @var {tip-tool-color}* Tool icon color*/;