<!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-layout-container-Accordion'>/**
|
</span> * @class Ext.layout.container.Accordion
|
*/
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-color'>/**
|
</span> * @var {color}
|
* The text color of Accordion headers
|
*/
|
$accordion-header-color: #000 !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-background-color'>/**
|
</span> * @var {color}
|
* The background-color of Accordion headers
|
*/
|
$accordion-header-background-color: $base-color !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-tool-size'>/**
|
</span> * @var {number}
|
* The size of {@link Ext.panel.Tool Tools} in Accordion headers
|
*/
|
$accordion-header-tool-size: $tool-size !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-border-width'>/**
|
</span> * @var {number/list}
|
* The border-width of Accordion headers
|
*/
|
$accordion-header-border-width: 1px 0 !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-padding'>/**
|
</span> * @var {number/list}
|
* The padding of Accordion headers
|
*/
|
$accordion-header-padding: 4px 5px !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-font-weight'>/**
|
</span> * @var {string}
|
* The font-weight of Accordion headers
|
*/
|
$accordion-header-font-weight: normal !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-font-family'>/**
|
</span> * @var {string}
|
* The font-family of Accordion headers
|
*/
|
$accordion-header-font-family: $font-family !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-header-text-transform'>/**
|
</span> * @var {string}
|
* The text-transform property of Accordion headers
|
*/
|
$accordion-header-text-transform: none !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-body-border-width'>/**
|
</span> * @var {string}
|
* The text-transform property of Accordion headers
|
*/
|
$accordion-body-border-width: 0 !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-background-color'>/**
|
</span> * @var {color}
|
* The background-color of the Accordion layout element
|
*/
|
$accordion-background-color: #fff !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-padding'>/**
|
</span> * @var {color}
|
* The background-color of the Accordion layout element
|
*/
|
$accordion-padding: 0 !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-item-margin'>/**
|
</span> * @var {number/list}
|
* The padding of the Accordion layout element
|
*/
|
$accordion-item-margin: 0 !default;
|
|
<span id='Ext-layout-container-Accordion-css_var-S-accordion-tool-background-image'>/**
|
</span> * @var {string}
|
* The sprite image to use for {@link Ext.panel.Tool Tools} in Accordion headers
|
*/
|
$accordion-tool-background-image: 'tools/tool-sprites' !default;</pre>
|
</body>
|
</html>
|