<!DOCTYPE html>
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>The source code</title>
|
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
|
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
|
<style type="text/css">
|
.highlight { display: block; background-color: #ddd; }
|
</style>
|
<script type="text/javascript">
|
function highlight() {
|
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
|
}
|
</script>
|
</head>
|
<body onload="prettyPrint(); highlight();">
|
<pre class="prettyprint lang-js"><span id='Ext-window-MessageBox'>/**
|
</span> * @class Ext.window.MessageBox
|
*/
|
|
<span id='Ext-window-MessageBox-css_var-S-messagebox-body-background-color'>/**
|
</span> * @var {color}
|
* The background-color of the MessageBox body
|
*/
|
$messagebox-body-background-color: $window-body-background-color !default;
|
|
<span id='Ext-window-MessageBox-css_var-S-messagebox-body-border-width'>/**
|
</span> * @var {number}
|
* The border-width of the MessageBox body
|
*/
|
$messagebox-body-border-width: 0 !default;
|
|
<span id='Ext-window-MessageBox-css_var-S-messagebox-body-border-color'>/**
|
</span> * @var {color}
|
* The border-color of the MessageBox body
|
*/
|
$messagebox-body-border-color: $window-body-border-color !default;
|
|
<span id='Ext-window-MessageBox-css_var-S-messagebox-body-border-style'>/**
|
</span> * @var {string}
|
* The border-style of the MessageBox body
|
*/
|
$messagebox-body-border-style: $window-body-border-style !default;
|
|
<span id='Ext-window-MessageBox-css_var-S-messagebox-icon-background-position'>/**
|
</span> * @var {list}
|
* The background-position of the MessageBox icon
|
*/
|
$messagebox-icon-background-position: top left !default;</pre>
|
</body>
|
</html>
|