examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 03:00:17 +0000 (11:00 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 03:00:17 +0000 (11:00 +0800)
examples/bootstrap/RadioSet.js

examples/bootstrap/RadioSet.bjs
examples/bootstrap/RadioSet.js

index c3a0e57..90fa05f 100644 (file)
@@ -5,6 +5,9 @@
  "path" : "/home/edward/gitlive/roojs1/examples/bootstrap/RadioSet.bjs",
  "permname" : "",
  "modOrder" : "001",
+ "strings" : {
+  "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
+ },
  "items" : [
   {
    "String cls" : "bg-black",
          "items" : [
           {
            "xtype" : "Column",
+           "Number xs" : 12,
+           "$ xns" : "Roo.bootstrap",
+           "String html" : "Radio Set Example"
+          }
+         ]
+        },
+        {
+         "xtype" : "Row",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Column",
+           "Number xs" : 12,
            "$ xns" : "Roo.bootstrap"
           }
          ]
index e58a8a7..d5219e7 100644 (file)
@@ -4,7 +4,9 @@
 
 RadioSet = new Roo.XComponent({
 
-
+ _strings : {
+  'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
+ },
 
   part     :  ["bootstrap", "RadioSet" ],
   order    : '001-RadioSet',
@@ -42,6 +44,21 @@ RadioSet = new Roo.XComponent({
          items  : [
           {
            xtype : 'Column',
+           html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
+           xs : 12,
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
+          }
+         ]
+        },
+        {
+         xtype : 'Row',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         items  : [
+          {
+           xtype : 'Column',
+           xs : 12,
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap'
           }