git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git]
/
docs
/
source
/
RowNumberer.html
diff --git
a/docs/source/RowNumberer.html
b/docs/source/RowNumberer.html
index
8e2ff23
..
10adc09
100644
(file)
--- a/
docs/source/RowNumberer.html
+++ b/
docs/source/RowNumberer.html
@@
-1,5
+1,6
@@
<html>
\r
<head>
\r
<html>
\r
<head>
\r
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
<title>The source code</title>
\r
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
<title>The source code</title>
\r
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
@@
-22,14
+23,7
@@
* @constructor
* @param {Object} config The configuration options
*/
* @constructor
* @param {Object} config The configuration options
*/
-Ext.grid.RowNumberer = function(config){
- Ext.apply(this, config);
- if(this.rowspan){
- this.renderer = this.renderer.createDelegate(this);
- }
-};
-
-Ext.grid.RowNumberer.prototype = {
+Ext.grid.RowNumberer = Ext.extend(Object, {
<div id="cfg-Ext.grid.RowNumberer-header"></div>/**
* @cfg {String} header Any valid text or HTML fragment to display in the header cell for the row
* number column (defaults to '').
<div id="cfg-Ext.grid.RowNumberer-header"></div>/**
* @cfg {String} header Any valid text or HTML fragment to display in the header cell for the row
* number column (defaults to '').
@@
-44,6
+38,13
@@
Ext.grid.RowNumberer.prototype = {
* @hide
*/
sortable: false,
* @hide
*/
sortable: false,
+
+ constructor : function(config){
+ Ext.apply(this, config);
+ if(this.rowspan){
+ this.renderer = this.renderer.createDelegate(this);
+ }
+ },
// private
fixed:true,
// private
fixed:true,
@@
-59,6
+60,6
@@
Ext.grid.RowNumberer.prototype = {
}
return rowIndex+1;
}
}
return rowIndex+1;
}
-};</pre>
\r
+}
)
;</pre>
\r
</body>
\r
</html>
\ No newline at end of file
</body>
\r
</html>
\ No newline at end of file