allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / PaginationItem.js
index 027e3fe..c23d00e 100644 (file)
@@ -84,6 +84,10 @@ Roo.extend(Roo.bootstrap.PaginationItem, Roo.bootstrap.Component,  {
             e.preventDefault();
         }
         
+        if(this.disabled){
+            return;
+        }
+        
         this.fireEvent('click', this, e);
     }