<!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-view-BoundList'>/**
|
</span> * @class Ext.view.BoundList
|
*/
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-background-color'>/**
|
</span> * @var {color}
|
* The background-color of the BoundList
|
*/
|
$boundlist-background-color: #fff !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-border-color'>/**
|
</span> * @var {color}
|
* The border-color of the BoundList
|
*/
|
$boundlist-border-color: $neutral-color !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-border-width'>/**
|
</span> * @var {number}
|
* The border-width of the BoundList
|
*/
|
$boundlist-border-width: 1px !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-border-style'>/**
|
</span> * @var {string}
|
* The border-style of the BoundList
|
*/
|
$boundlist-border-style: solid !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-height'>/**
|
</span> * @var {number}
|
* The height of BoundList items
|
*/
|
$boundlist-item-height: 22px !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-padding'>/**
|
</span> * @var {number/list}
|
* The padding of BoundList items
|
*/
|
$boundlist-item-padding: 0 3px !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-border-width'>/**
|
</span> * @var {number}
|
* The border-width of BoundList items
|
*/
|
$boundlist-item-border-width: 1px !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-border-style'>/**
|
</span> * @var {string}
|
* The border-style of BoundList items
|
*/
|
$boundlist-item-border-style: dotted !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-border-color'>/**
|
</span> * @var {color}
|
* The border-color of BoundList items
|
*/
|
$boundlist-item-border-color: $boundlist-background-color !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-over-border-color'>/**
|
</span> * @var {color}
|
* The border-color of hovered BoundList items
|
*/
|
$boundlist-item-over-border-color: $base-color !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-selected-border-color'>/**
|
</span> * @var {color}
|
* The border-color of selected BoundList items
|
*/
|
$boundlist-item-selected-border-color: $base-color !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-over-background-color'>/**
|
</span> * @var {color}
|
* The background-color of hovered BoundList items
|
*/
|
$boundlist-item-over-background-color: $base-color !default;
|
|
<span id='Ext-view-BoundList-css_var-S-boundlist-item-selected-background-color'>/**
|
</span> * @var {color}
|
* The background-color of selected BoundList items
|
*/
|
$boundlist-item-selected-background-color: $base-color !default;</pre>
|
</body>
|
</html>
|