Roo/bootstrap/Pagination.js
authorEdward <edward@roojs.com>
Wed, 23 Apr 2014 10:00:56 +0000 (18:00 +0800)
committerEdward <edward@roojs.com>
Wed, 23 Apr 2014 10:00:56 +0000 (18:00 +0800)
Roo/bootstrap/Pagination.js

index db67628..ec798f1 100644 (file)
@@ -67,6 +67,7 @@ Roo.extend(Roo.bootstrap.Pagination, Roo.bootstrap.Component,  {
             cn: [
                 {
                     tag: 'a',
+                    cls: 'previous',
                     href:'#',
                     html: '&laquo;'
                 }
@@ -97,6 +98,7 @@ Roo.extend(Roo.bootstrap.Pagination, Roo.bootstrap.Component,  {
                 cn: [
                     {
                        tag: 'a',
+                       cls: 'next',
                        href: '#',
                        html: '&raquo;'
                     }