examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Tue, 21 Nov 2017 02:53:35 +0000 (10:53 +0800)
committeredward <edward@roojs.com>
Tue, 21 Nov 2017 02:53:35 +0000 (10:53 +0800)
examples/bootstrap/RadioSet.js

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

index 9a34955..2269ab4 100644 (file)
            ]
           }
          ]
+        },
+        {
+         "xtype" : "Row",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Column",
+           "Number xs" : 12,
+           "$ xns" : "Roo.bootstrap",
+           "String style" : "margin-top: 15px;",
+           "items" : [
+            {
+             "String weight" : "primary",
+             "xtype" : "Button",
+             "$ xns" : "Roo.bootstrap"
+            }
+           ]
+          }
+         ]
         }
        ]
       }
index 3b99f02..52167f1 100644 (file)
@@ -172,6 +172,28 @@ RadioSet = new Roo.XComponent({
            ]
           }
          ]
+        },
+        {
+         xtype : 'Row',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         items  : [
+          {
+           xtype : 'Column',
+           style : 'margin-top: 15px;',
+           xs : 12,
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'Button',
+             weight : 'primary',
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap'
+            }
+           ]
+          }
+         ]
         }
        ]
       }