resources/roo.builder.js
authorAlan Knowles <alan@roojs.com>
Tue, 2 Sep 2014 09:01:47 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Sep 2014 09:01:47 +0000 (17:01 +0800)
resources/roo.builder.js

index 64208e6..7dca16c 100644 (file)
@@ -319,6 +319,10 @@ Builder  = {
             tree.el.attr('xtype', tree['xtype-bootstrap']);
         }
         
+        if (typeof(tree['flexy:include']) != 'undefined') {
+            //Roo.log("add flexy:if");
+            tree.el.attr('flexy:include', tree['flexy:include']);
+        }
         
         if (!tree.items || !tree.items.length) { return; }