allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / MasonryBrick.js
index 177fe3a..ddd72d0 100644 (file)
@@ -193,12 +193,11 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
             var vurl = this.videourl.replace(/https:\/\/youtu\.be/, 'https://www.youtube.com/embed/');
             // youtube support only?
             cfg.cn.push({
-                tag: 'iframe?',
+                tag: 'iframe',
                 cls: 'masonry-brick-image-view',
                 src: vurl,
                 frameborder : 0,
-                allowfullscreen : true,
-                style: 'order: 5px dotted green;'
+                allowfullscreen : true
             });
         }
         
@@ -304,8 +303,6 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
                 src: vurl,
                 frameborder : 0,
                 allowfullscreen : true
-                
-                
             });
         }