X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/RowBody.html diff --git a/docs/source/RowBody.html b/docs/source/RowBody.html index 43286c9e..267485c2 100644 --- a/docs/source/RowBody.html +++ b/docs/source/RowBody.html @@ -1,4 +1,21 @@ -
/**
+
+
+
+
+ The source code
+
+
+
+
+
+
+ /**
* @class Ext.grid.feature.RowBody
* @extends Ext.grid.feature.Feature
*
@@ -50,7 +67,7 @@ Ext.define('Ext.grid.feature.RowBody', {
metaRowTpl.push('{[this.getRowBody(values)]}');
},
- /**
+ /**
* Provide additional data to the prepareData call within the grid view.
* The rowbody feature adds 3 additional variables into the grid view's template.
* These are rowBodyCls, rowBodyColspan, and rowBody.
@@ -69,4 +86,6 @@ Ext.define('Ext.grid.feature.RowBody', {
rowBodyColspan: colspan
};
}
-});
\ No newline at end of file
+});
+
+