From: Alan Knowles Date: Tue, 31 Mar 2015 09:05:46 +0000 (+0800) Subject: examples/bootstrap/dashboard4.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ea89f68ce4d04d01849b74f6b2b39b61a79501ae examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 62c52aa060..a56528c5ff 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -5,6 +5,59 @@ "path" : "/home/alan/gitlive/roojs1/examples/bootstrap/dashboard4.bjs", "permname" : "", "modOrder" : "001", + "strings" : { + "30bd2ce65d1e43e9c498b7d5d49f3b78" : "Dashboard Example Control panel " + }, "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 Example Control panel " + } + ] + } + ] + } + ] + } + ] + } ] } \ No newline at end of file diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js new file mode 100644 index 0000000000..1af58082d3 --- /dev/null +++ b/examples/bootstrap/dashboard4.js @@ -0,0 +1,81 @@ +//