From: edward Date: Fri, 17 Nov 2017 02:52:27 +0000 (+0800) Subject: examples/bootstrap/RadioSet.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ead28a8ff91fc83489a79fdbb1b1f0c6da350338 examples/bootstrap/RadioSet.bjs examples/bootstrap/RadioSet.js --- diff --git a/examples/bootstrap/RadioSet.bjs b/examples/bootstrap/RadioSet.bjs index 70a6282015..313022f46c 100644 --- a/examples/bootstrap/RadioSet.bjs +++ b/examples/bootstrap/RadioSet.bjs @@ -5,6 +5,105 @@ "path" : "/home/edward/gitlive/roojs1/examples/bootstrap/RadioSet.bjs", "permname" : "", "modOrder" : "001", + "strings" : { + "0c83f57c786a0b4a39efab23731c7ebc" : "email", + "3c0445c81a81e7508168c61674497f7d" : "Sign me in", + "b05d72142020283dc6812fd3a9bc691c" : "I forgot my password", + "b6d4223e60986fa4c9af77ee5f7149c5" : "Sign in", + "5f4dcc3b5aa765d61d8327deb882cf99" : "password", + "11268c03b59cc646b0fb7c4cb592130b" : "Register a new menbership" + }, "items" : [ + { + "String cls" : "bg-black", + "xtype" : "Body", + "$ xns" : "Roo.bootstrap", + "String style" : "min-height: 100%;", + "items" : [ + { + "String cls" : "form-box", + "xtype" : "Container", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "String cls" : "header", + "xtype" : "Container", + "$ xns" : "Roo.bootstrap", + "String html" : "Sign in" + }, + { + "xtype" : "Form", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "String cls" : "body bg-gray", + "xtype" : "Container", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "xtype" : "Input", + "string placeholder" : "email", + "$ xns" : "Roo.bootstrap" + }, + { + "xtype" : "Input", + "string placeholder" : "password", + "String inputType" : "password", + "$ xns" : "Roo.bootstrap" + }, + { + "xtype" : "CheckBox", + "String boxLabel" : "Remember me", + "$ xns" : "Roo.bootstrap" + } + ] + } + ] + }, + { + "String cls" : "footer", + "xtype" : "Container", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "String cls" : "btn-block", + "String weight" : "primary", + "xtype" : "Button", + "$ xns" : "Roo.bootstrap", + "String html" : "Sign me in" + }, + { + "String tag" : "p", + "xtype" : "Container", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "String href" : "#", + "xtype" : "Link", + "$ xns" : "Roo.bootstrap", + "String html" : "I forgot my password" + } + ] + }, + { + "String tag" : "p", + "xtype" : "Container", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "String cls" : "text-center", + "String href" : "#", + "xtype" : "Link", + "$ xns" : "Roo.bootstrap", + "String html" : "Register a new menbership" + } + ] + } + ] + } + ] + } + ] + } ] } \ No newline at end of file diff --git a/examples/bootstrap/RadioSet.js b/examples/bootstrap/RadioSet.js new file mode 100644 index 0000000000..7de2e391a1 --- /dev/null +++ b/examples/bootstrap/RadioSet.js @@ -0,0 +1,132 @@ +//