Roo/bootstrap/LayoutMasonry.js
authorjohn <john@roojs.com>
Mon, 11 Dec 2017 04:25:13 +0000 (12:25 +0800)
committerjohn <john@roojs.com>
Mon, 11 Dec 2017 04:25:13 +0000 (12:25 +0800)
Roo/bootstrap/LayoutMasonry.js

index 034926e..f6e140d 100644 (file)
@@ -1260,6 +1260,13 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         this.el.dom.innerHTML = '';
     }
     
+    getSelected : function()
+    {
+        for (var i=0; i<this.bricks.length; i++) {
+            Roo.log(this.bricks)[i];
+        }
+    }
+    
 });