Roo/bootstrap/PagingToolbar.js
authorEdward <edward@roojs.com>
Tue, 18 Nov 2014 07:25:03 +0000 (15:25 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Nov 2014 07:25:03 +0000 (15:25 +0800)
Roo/bootstrap/PagingToolbar.js

index d24ca02..4547f47 100644 (file)
@@ -126,13 +126,13 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, {
             this.navgroup.addItem(e);
         });
         
-//        this.first = this.navgroup.addItem({
-//            tooltip: this.firstText,
-//            cls: "prev",
-//            icon : 'fa fa-backward',
-//            disabled: true,
-//            listeners : { click : this.onClick.createDelegate(this, ["first"]) }
-//        });
+        this.first = this.navgroup.addItem({
+            tooltip: this.firstText,
+            cls: "prev",
+            icon : 'fa fa-backward',
+            disabled: true,
+            listeners : { click : this.onClick.createDelegate(this, ["first"]) }
+        });
         
         this.prev =  this.navgroup.addItem({
             tooltip: this.prevText,