examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:05:46 +0000 (17:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:05:46 +0000 (17:05 +0800)
examples/bootstrap/dashboard4.js

examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js [new file with mode: 0644]

index 62c52aa..a56528c 100644 (file)
@@ -5,6 +5,59 @@
  "path" : "/home/alan/gitlive/roojs1/examples/bootstrap/dashboard4.bjs",
  "permname" : "",
  "modOrder" : "001",
+ "strings" : {
+  "30bd2ce65d1e43e9c498b7d5d49f3b78" : "Dashboard <small>  Example Control panel </small>"
+ },
  "items" : [
+  {
+   "String cls" : "skin-blue",
+   "xtype" : "Body",
+   "$ xns" : "Roo.bootstrap",
+   "items" : [
+    {
+     "String cls" : "header",
+     "tag" : "header",
+     "xtype" : "Container",
+     "* xinclude" : "Dashboard.Header1",
+     "$ xns" : "Roo.bootstrap"
+    },
+    {
+     "String cls" : "wrapper row-offcanvas row-offcanvas-left",
+     "xtype" : "Container",
+     "flexy:include" : "Sidebar.html",
+     "$ xns" : "Roo.bootstrap",
+     "items" : [
+      {
+       "String tag" : "aside",
+       "String cls" : "left-side sidebar-offcanvas",
+       "xtype" : "Container",
+       "* xinclude" : "Dashboard.Sidebar2",
+       "$ xns" : "Roo.bootstrap"
+      },
+      {
+       "String tag" : "aside",
+       "String cls" : "right-side",
+       "xtype" : "Container",
+       "$ xns" : "Roo.bootstrap",
+       "items" : [
+        {
+         "String tag" : "section",
+         "String cls" : "content-header",
+         "xtype" : "Container",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Header",
+           "$ xns" : "Roo.bootstrap",
+           "String html" : "Dashboard <small>  Example Control panel </small>"
+          }
+         ]
+        }
+       ]
+      }
+     ]
+    }
+   ]
+  }
  ]
 }
\ No newline at end of file
diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js
new file mode 100644 (file)
index 0000000..1af5808
--- /dev/null
@@ -0,0 +1,81 @@
+//<script type="text/javascript">
+
+// Auto generated file - created by app.Builder.js- do not edit directly (at present!)
+
+dashboard4 = new Roo.XComponent({
+
+ _strings : {
+  '30bd2ce65d1e43e9c498b7d5d49f3b78' :"Dashboard <small>  Example Control panel </small>"
+ },
+
+  part     :  ["bootstrap", "dashboard4" ],
+  order    : '001-dashboard-',
+  region   : 'center',
+  parent   : false,
+  name     : "unnamed module",
+  disabled : false, 
+  permname : '', 
+  _tree : function()
+  {
+   var _this = this;
+   var MODULE = this;
+   return {
+   '|xns' : 'Roo.bootstrap',
+   cls : 'skin-blue',
+   xns : Roo.bootstrap,
+   xtype : 'Body',
+   items : [
+    Roo.apply(Dashboard.Header1._tree(), {
+     '|xns' : 'Roo.bootstrap',
+     cls : 'header',
+     tag : 'header',
+     xns : Roo.bootstrap,
+     xtype : 'Container'
+    }),
+    {
+     '|xns' : 'Roo.bootstrap',
+     cls : 'wrapper row-offcanvas row-offcanvas-left',
+     'flexy:include' : 'Sidebar.html',
+     xns : Roo.bootstrap,
+     xtype : 'Container',
+     items : [
+      Roo.apply(Dashboard.Sidebar2._tree(), {
+       '|xns' : 'Roo.bootstrap',
+       cls : 'left-side sidebar-offcanvas',
+       tag : 'aside',
+       xns : Roo.bootstrap,
+       xtype : 'Container'
+      }),
+      {
+       '|xns' : 'Roo.bootstrap',
+       cls : 'right-side',
+       tag : 'aside',
+       xns : Roo.bootstrap,
+       xtype : 'Container',
+       items : [
+        {
+         '|xns' : 'Roo.bootstrap',
+         cls : 'content-header',
+         tag : 'section',
+         xns : Roo.bootstrap,
+         xtype : 'Container',
+         items : [
+          {
+           '|xns' : 'Roo.bootstrap',
+           html : _this._strings['30bd2ce65d1e43e9c498b7d5d49f3b78'],
+           xns : Roo.bootstrap,
+           xtype : 'Header'
+          }
+         ]
+
+        }
+       ]
+
+      }
+     ]
+
+    }
+   ]
+
+  };  }
+});