X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/RowModel.html diff --git a/docs/source/RowModel.html b/docs/source/RowModel.html index 39d91a22..9509497d 100644 --- a/docs/source/RowModel.html +++ b/docs/source/RowModel.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.selection.RowModel
  * @extends Ext.selection.Model
  * 
@@ -11,14 +28,14 @@ Ext.define('Ext.selection.RowModel', {
     alias: 'selection.rowmodel',
     requires: ['Ext.util.KeyNav'],
     
-    /**
+    /**
      * @private
      * Number of pixels to scroll to the left/right when pressing
      * left/right keys.
      */
     deltaScroll: 5,
     
-    /**
+    /**
      * @cfg {Boolean} enableKeyNav
      * 
      * Turns on/off keyboard navigation within the grid. Defaults to true.
@@ -27,7 +44,7 @@ Ext.define('Ext.selection.RowModel', {
     
     constructor: function(){
         this.addEvents(
-            /**
+            /**
              * @event deselect
              * Fired after a record is deselected
              * @param {Ext.selection.RowSelectionModel} this
@@ -36,7 +53,7 @@ Ext.define('Ext.selection.RowModel', {
              */
             'deselect',
             
-            /**
+            /**
              * @event select
              * Fired after a record is selected
              * @param {Ext.selection.RowSelectionModel} this
@@ -394,4 +411,6 @@ Ext.define('Ext.selection.RowModel', {
         var record = this.store.getAt(position.row);
         this.select(record);
     }
-});
\ No newline at end of file +});
+ +