13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!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-grid-header-Container'>/**
</span> * @class Ext.grid.header.Container
 */
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-background-color'>/**
</span> * @var {color}
 * The background-color of grid headers
 */
$grid-header-background-color: #ddd !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-background-gradient'>/**
</span> * @var {string/list}
 * The background-gradient of grid headers.  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}.
 */
$grid-header-background-gradient: 'grid-header' !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-border-color'>/**
</span> * @var {color}
 * The border-color of grid headers
 */
$grid-header-border-color: #333 !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-border-width'>/**
</span> * @var {number}
 * The border-width of grid headers
 */
$grid-header-border-width: 1px !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-border-style'>/**
</span> * @var {string}
 * The border-style of grid headers
 */
$grid-header-border-style: solid !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-over-background-color'>/**
</span> * @var {color}
 * The background-color of grid headers when the cursor is over the header
 */
$grid-header-over-background-color: #eee !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-over-background-gradient'>/**
</span> * @var {string/list}
 * The background-gradient of grid headers when the cursor is over the header.  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}.
 */
$grid-header-over-background-gradient: 'grid-header-over' !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-open-background-color'>/**
</span> * @var {color}
 * The background-color of a grid header when its menu is open
 */
$grid-header-open-background-color: transparent !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-padding'>/**
</span> * @var {number/list}
 * The padding to apply to grid headers
 */
$grid-header-padding: 5px !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-height'>/**
</span> * @var {number}
 * The height of grid header triggers
 */
$grid-header-trigger-height: 22px !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-width'>/**
</span> * @var {number}
 * The width of grid header triggers
 */
$grid-header-trigger-width: 14px !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-sort-icon-width'>/**
</span> * @var {number}
 * The width of the grid header sort icon
 */
$grid-header-sort-icon-width: 9px !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-cursor'>/**
</span> * @var {string}
 * The type of cursor to display when the cursor is over a grid header trigger
 */
$grid-header-trigger-cursor: pointer !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-spacing'>/**
</span> * @var {number}
 * The amount of space between the header trigger and text
 */
$grid-header-trigger-spacing: 1px !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-background-position'>/**
</span> * @var {list}
 * The background-position of the header trigger
 */
$grid-header-trigger-background-position: 0 center !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-background-color'>/**
</span> * @var {color}
 * The background-color of the header trigger
 */
$grid-header-trigger-background-color: transparent !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-trigger-background-color-open'>/**
</span> * @var {color}
 * The background-color of the header trigger when the menu is open
 */
$grid-header-trigger-background-color-open: transparent !default;
 
<span id='Ext-grid-header-Container-css_var-S-grid-header-sort-icon-spacing'>/**
</span> * @var {number}
 * The space between the grid header sort icon and the grid header text
 */
$grid-header-sort-icon-spacing: 3px !default;
 
// private
$grid-header-sort-icon-position: right center !default;
</pre>
</body>
</html>