X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/BoundList2.html diff --git a/docs/source/BoundList2.html b/docs/source/BoundList2.html index 247b57d9..5bdfd4ad 100644 --- a/docs/source/BoundList2.html +++ b/docs/source/BoundList2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.view.BoundList
  * @extends Ext.view.View
  * An internal used DataView for ComboBox, MultiSelect and ItemSelector.
@@ -9,14 +26,14 @@ Ext.define('Ext.view.BoundList', {
     alternateClassName: 'Ext.BoundList',
     requires: ['Ext.layout.component.BoundList', 'Ext.toolbar.Paging'],
 
-    /**
+    /**
      * @cfg {Number} pageSize If greater than <tt>0</tt>, a {@link Ext.toolbar.Paging} is displayed at the
      * bottom of the list and store queries will execute with page start and
      * {@link Ext.toolbar.Paging#pageSize limit} parameters.
      */
     pageSize: 0,
 
-    /**
+    /**
      * @property pagingToolbar
      * @type {Ext.toolbar.Paging}
      * A reference to the PagingToolbar instance in this view. Only populated if {@link #pageSize} is greater
@@ -131,4 +148,6 @@ Ext.define('Ext.view.BoundList', {
         this.callParent();
     }
 });
-
\ No newline at end of file +
+ +