<!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-property-Grid'>/**
|
</span> * @class Ext.grid.property.Grid
|
*/
|
|
<span id='Ext-grid-property-Grid-css_var-S-grid-property-cell-background-image'>/**
|
</span> * @var {string}
|
* The background-image of property grid cells
|
*/
|
$grid-property-cell-background-image: null !default;
|
|
<span id='Ext-grid-property-Grid-css_var-S-grid-property-cell-background-position'>/**
|
</span> * @var {string}
|
* The background-position of property grid cells
|
*/
|
$grid-property-cell-background-position: null !default;
|
|
<span id='Ext-grid-property-Grid-css_var-S-grid-property-cell-before-padding'>/**
|
</span> * @var {number/string}
|
* The padding to add before the text of property grid cells to make room for the
|
* background-image. Only applies if $grid-property-cell-background-image is not null
|
*/
|
$grid-property-cell-before-padding: null !default;</pre>
|
</body>
|
</html>
|