X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=770cb960eaf243d985521ef38c8171f724718cfa;hb=bda32418de3ca5b6082f97a36b7590bc27937287;hp=76665df454a9db265d871f4f97603c1948c5eb27;hpb=11e4b11be9c86509341d3215f73273fed748efac;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 76665df454..770cb960ea 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -7371,6 +7371,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, @@ -7394,7 +7395,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { if (this.footer) { this.assetHeight += this.footer.getHeight(); } - */ + if(!this.tpl){ this.tpl = '
  • {' + this.displayField + '}
  • '; @@ -12383,929 +12384,4 @@ Roo.extend(Roo.bootstrap.Table.RowSelectionModel, Roo.bootstrap.Table.AbstractSe g.startEditing(newCell[0], newCell[1]); } } -});/* - * Based on: - * Ext JS Library 1.1.1 - * Copyright(c) 2006-2007, Ext JS, LLC. - * - * Originally Released Under LGPL - original licence link has changed is not relivant. - * - * Fork - LGPL - *