examples/bootstrap/RadioSet.bjs
[roojs1] / examples / bootstrap / RadioSet.js
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'
+            }
+           ]
           }
          ]
         },