X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=examples%2Fbootstrap%2Fdashboard4.bjs;h=0b2b1988cdac2115e9bd4033249167a13bf14889;hp=aaa1d28228445cd30971692a9fc88a0d9e1200d3;hb=41a76ad00f5fc61e2452862ddf6908ae45d7fd73;hpb=405704c45feb8165614b274cf3797b4e1291dd45 diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index aaa1d28228..0b2b1988cd 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -6,15 +6,10 @@ "permname" : "", "modOrder" : "001", "strings" : { - "9d5ed678fe57bcca610140957afab571" : "B", - "9db5682a4d778ca2cb79580bdb67083f" : "Some text", - "0d61f8370cad1d412f80b84d143e1257" : "C", - "f623e75af30e62bbd73d6df5b50bb7b5" : "D", - "3a3ea00cfc35332cedf6e5e9a32e94da" : "E", - "70ce2e7a27cab2a670ca954f8362e19f" : "tab 2 content", - "800618943025315f869e4e1f09471012" : "F", - "18327168fcb401af02b4615b43d637ad" : "Pick from list", - "7fc56270e7a70fa81a5935b72eacbe29" : "A" + "e93b3fa481be3932aa08bd68c3deee70" : "example 1", + "60ee66eb2cd31823032664c2e9a79fd5" : "body goes here", + "9cf863d802aca813531ca28b319ead90" : "Add Issue", + "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1" }, "items" : [ { @@ -29,115 +24,27 @@ "$ xns" : "Roo.bootstrap", "items" : [ { - "xtype" : "Row", + "String header" : "example 1", + "String footer" : "a footer", + "String weight" : "danger", + "xtype" : "Card", "$ xns" : "Roo.bootstrap", + "String style" : "max-width:300px", "items" : [ { - "Number md" : 6, - "Number lg" : 6, - "xtype" : "Column", + "String header" : "ticket 1", + "String weight" : "light", + "String margin_bottom" : 3, + "xtype" : "Card", "$ xns" : "Roo.bootstrap", - "String style" : "", - "Number sm" : 12, - "items" : [ - { - "listeners" : { - "render" : "function (_self)\n{\n _this.testbox = _self;\n}" - }, - "xtype" : "TabBox", - "$ xns" : "Roo.bootstrap.dash", - "String title" : "Pick from list", - "items" : [ - { - "xtype" : "TabPane", - "$ xns" : "Roo.bootstrap.dash", - "string title" : "A", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "String size" : "sm", - "String weight" : "warning", - "xtype" : "Button", - "$ xns" : "Roo.bootstrap", - "String html" : "Some text" - }, - { - "String size" : "sm", - "String weight" : "warning", - "xtype" : "Button", - "$ xns" : "Roo.bootstrap", - "String html" : "Some text" - } - ] - } - ] - }, - { - "xtype" : "TabPane", - "$ xns" : "Roo.bootstrap.dash", - "string title" : "B", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.bootstrap", - "String html" : "tab 2 content" - } - ] - }, - { - "xtype" : "TabPane", - "$ xns" : "Roo.bootstrap.dash", - "string title" : "C", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.bootstrap", - "String html" : "tab 2 content" - } - ] - }, - { - "xtype" : "TabPane", - "$ xns" : "Roo.bootstrap.dash", - "string title" : "D", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.bootstrap", - "String html" : "tab 2 content" - } - ] - }, - { - "xtype" : "TabPane", - "$ xns" : "Roo.bootstrap.dash", - "string title" : "E", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.bootstrap", - "String html" : "tab 2 content" - } - ] - }, - { - "xtype" : "TabPane", - "$ xns" : "Roo.bootstrap.dash", - "string title" : "F", - "items" : [ - { - "xtype" : "Column", - "$ xns" : "Roo.bootstrap", - "String html" : "tab 2 content" - } - ] - } - ] - } - ] + "String html" : "body goes here", + "bool dragable" : true + }, + { + "String weight" : "primary", + "xtype" : "Button", + "$ xns" : "Roo.bootstrap", + "String html" : "Add Issue" } ] }