<!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-LoadMask'>/**
|
</span> * @class Ext.LoadMask
|
*/
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-opacity'>/**
|
</span> * @var {number}
|
* Opacity of the LoadMask
|
*/
|
$loadmask-opacity: 0.5 !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-background-color'>/**
|
</span> * @var {color}
|
* The background-color of the LoadMask
|
*/
|
$loadmask-background-color: #ccc !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-cursor'>/**
|
</span> * @var {string}
|
* The type of cursor to dislay when the cursor is over the LoadMask
|
*/
|
$loadmask-cursor: null !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-padding'>/**
|
</span> * @var {number/list}
|
* The padding to apply to the LoadMask's message element
|
*/
|
$loadmask-msg-padding: 2px !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-border-style'>/**
|
</span> * @var {string}
|
* The border-style of the LoadMask's message element
|
*/
|
$loadmask-msg-border-style: solid !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-border-color'>/**
|
</span> * @var {color}
|
* The border-color of the LoadMask's message element
|
*/
|
$loadmask-msg-border-color: $base-color !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-border-width'>/**
|
</span> * @var {number}
|
* The border-width of the LoadMask's message element
|
*/
|
$loadmask-msg-border-width: 1px !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-background-color'>/**
|
</span> * @var {color}
|
* The background-color of the LoadMask's message element
|
*/
|
$loadmask-msg-background-color: $base-color !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-background-gradient'>/**
|
</span> * @var {string/list}
|
* The background-gradient of the LoadMask's message element. 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}.
|
*/
|
$loadmask-msg-background-gradient: null !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-padding'>/**
|
</span> * @var {number/list}
|
* The padding of the message inner element
|
*/
|
$loadmask-msg-inner-padding: 0 5px !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-icon'>/**
|
</span> * @var {string}
|
* The icon to display in the message inner element
|
*/
|
$loadmask-msg-inner-icon: 'loadmask/loading' !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-icon-position'>/**
|
</span> * @var {list}
|
* The background-position of the icon
|
*/
|
$loadmask-msg-inner-icon-position: 0 center !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-border-style'>/**
|
</span> * @var {string}
|
* The border-style of the message inner element
|
*/
|
$loadmask-msg-inner-border-style: solid !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-border-color'>/**
|
</span> * @var {color}
|
* The border-color of the message inner element
|
*/
|
$loadmask-msg-inner-border-color: $base-color !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-border-width'>/**
|
</span> * @var {number}
|
* The border-width of the message inner element
|
*/
|
$loadmask-msg-inner-border-width: 1px !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-background-color'>/**
|
</span> * @var {color}
|
* The background-color of the message inner element
|
*/
|
$loadmask-msg-inner-background-color: #eee !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-color'>/**
|
</span> * @var {color}
|
* The text color of the message inner element
|
*/
|
$loadmask-msg-inner-color: #222 !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-font-size'>/**
|
</span> * @var {number}
|
* The font-size of the message inner element
|
*/
|
$loadmask-msg-inner-font-size: $font-size !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-font-weight'>/**
|
</span> * @var {string}
|
* The font-weight of the message inner element
|
*/
|
$loadmask-msg-inner-font-weight: normal !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-inner-font-family'>/**
|
</span> * @var {string}
|
* The font-family of the message inner element
|
*/
|
$loadmask-msg-inner-font-family: $font-family !default;
|
|
// private
|
$loadmask-msg-inner-font: $loadmask-msg-inner-font-weight $loadmask-msg-inner-font-size $loadmask-msg-inner-font-family !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-text-padding'>/**
|
</span> * @var {number/list}
|
* The padding of the message element
|
*/
|
$loadmask-msg-text-padding: 5px 5px 5px 20px !default;
|
|
<span id='Ext-LoadMask-css_var-S-loadmask-msg-border-radius'>/**
|
</span> * @var {number}
|
* The border-radius of the message element
|
*/
|
$loadmask-msg-border-radius: 0 !default;</pre>
|
</body>
|
</html>
|