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

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

index d67bcf2..6622e90 100644 (file)
@@ -11,7 +11,6 @@
   "e3917ff2d3b3a88eab391651215d6445" : "Radio Field Lable Left",
   "9dffbf69ffba8bc38bc4e01abf4b1675" : "Text",
   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
-  "cb77406bbf3dfa74988524ac61a5a9be" : "Text Name",
   "a6105c0a611b41b08f1209506350279e" : "yes",
   "ad3d06d03d94223fa652babc913de686" : "Validate",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
              "Boolean allowBlank" : false,
              "String name" : "text_name",
              "xtype" : "Input",
-             "string fieldLabel" : "Text Name",
              "string placeholder" : "Text",
              "$ xns" : "Roo.bootstrap"
             }
           }
          ]
         },
+        {
+         "xtype" : "Row",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Column",
+           "Number xs" : 12,
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
+        },
         {
          "xtype" : "Row",
          "$ xns" : "Roo.bootstrap",
index 688da7e..8845f56 100644 (file)
@@ -10,7 +10,6 @@ RadioSet = new Roo.XComponent({
   'e3917ff2d3b3a88eab391651215d6445' :"Radio Field Lable Left",
   '9dffbf69ffba8bc38bc4e01abf4b1675' :"Text",
   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
-  'cb77406bbf3dfa74988524ac61a5a9be' :"Text Name",
   'a6105c0a611b41b08f1209506350279e' :"yes",
   'ad3d06d03d94223fa652babc913de686' :"Validate",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
@@ -171,7 +170,6 @@ RadioSet = new Roo.XComponent({
             {
              xtype : 'Input',
              allowBlank : false,
-             fieldLabel : _this._strings['cb77406bbf3dfa74988524ac61a5a9be'] /* Text Name */,
              name : 'text_name',
              placeholder : _this._strings['9dffbf69ffba8bc38bc4e01abf4b1675'] /* Text */,
              xns : Roo.bootstrap,
@@ -206,6 +204,19 @@ RadioSet = new Roo.XComponent({
           }
          ]
         },
+        {
+         xtype : 'Row',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         items  : [
+          {
+           xtype : 'Column',
+           xs : 12,
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
+          }
+         ]
+        },
         {
          xtype : 'Row',
          xns : Roo.bootstrap,