examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Thu, 23 Nov 2017 08:17:23 +0000 (16:17 +0800)
committeredward <edward@roojs.com>
Thu, 23 Nov 2017 08:17:23 +0000 (16:17 +0800)
examples/bootstrap/RadioSet.js

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

index 6622e90..b2ba58a 100644 (file)
           {
            "xtype" : "Column",
            "Number xs" : 12,
-           "$ xns" : "Roo.bootstrap"
+           "$ xns" : "Roo.bootstrap",
+           "items" : [
+            {
+             "String name" : "text_area",
+             "xtype" : "TextArea",
+             "$ xns" : "Roo.bootstrap"
+            }
+           ]
           }
          ]
         },
index 8845f56..f3cf2f2 100644 (file)
@@ -213,7 +213,15 @@ RadioSet = new Roo.XComponent({
            xtype : 'Column',
            xs : 12,
            xns : Roo.bootstrap,
-           '|xns' : 'Roo.bootstrap'
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'TextArea',
+             name : 'text_area',
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap'
+            }
+           ]
           }
          ]
         },