examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 02:59:27 +0000 (10:59 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 02:59:27 +0000 (10:59 +0800)
examples/bootstrap/RadioSet.js

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

index 4aa80d7..c3a0e57 100644 (file)
      "items" : [
       {
        "xtype" : "Form",
-       "$ xns" : "Roo.bootstrap"
+       "$ xns" : "Roo.bootstrap",
+       "items" : [
+        {
+         "xtype" : "Row",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Column",
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
+        }
+       ]
       }
      ]
     }
index 9ae0fd5..e58a8a7 100644 (file)
@@ -33,7 +33,21 @@ RadioSet = new Roo.XComponent({
       {
        xtype : 'Form',
        xns : Roo.bootstrap,
-       '|xns' : 'Roo.bootstrap'
+       '|xns' : 'Roo.bootstrap',
+       items  : [
+        {
+         xtype : 'Row',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         items  : [
+          {
+           xtype : 'Column',
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
+          }
+         ]
+        }
+       ]
       }
      ]
     }