Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Thu, 15 May 2014 09:24:21 +0000 (17:24 +0800)
committerEdward <edward@roojs.com>
Thu, 15 May 2014 09:24:21 +0000 (17:24 +0800)
Roo/bootstrap/ComboBox.js

index 162c4b7..3e3dd47 100644 (file)
@@ -312,6 +312,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             this.pageTb = new Roo.Toolbar(this.footer);
            
         }
+        */
         if(this.pageSize){
             this.footer = this.list.createChild({cls:cls+'-ft'});
             this.pageTb = new Roo.PagingToolbar(this.footer, this.store,
@@ -335,7 +336,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         if (this.footer) {
             this.assetHeight += this.footer.getHeight();
         }
-        */
+        
             
         if(!this.tpl){
             this.tpl = '<li><a href="#">{' + this.displayField + '}</a></li>';