examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Tue, 21 Nov 2017 04:21:16 +0000 (12:21 +0800)
committeredward <edward@roojs.com>
Tue, 21 Nov 2017 04:21:16 +0000 (12:21 +0800)
examples/bootstrap/RadioSet.js

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

index 5b1d64e..9ad6767 100644 (file)
@@ -10,6 +10,7 @@
   "e3917ff2d3b3a88eab391651215d6445" : "Radio Field Lable Left",
   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
   "a6105c0a611b41b08f1209506350279e" : "yes",
+  "93e6896c0a7715e3d1e96d2bb333923a" : "Normal Text",
   "ad3d06d03d94223fa652babc913de686" : "Validate",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
  },
             {
              "String name" : "text_name",
              "xtype" : "Input",
+             "string placeholder" : "Normal Text",
+             "$ xns" : "Roo.bootstrap"
+            }
+           ]
+          }
+         ]
+        },
+        {
+         "xtype" : "Row",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Column",
+           "Number xs" : 12,
+           "$ xns" : "Roo.bootstrap",
+           "String style" : "margin-top: 15px;",
+           "items" : [
+            {
+             "String name" : "text_name",
+             "xtype" : "Input",
+             "string placeholder" : "Normal Text",
              "$ xns" : "Roo.bootstrap"
             }
            ]
index 101bc6c..720ce14 100644 (file)
@@ -9,6 +9,7 @@ RadioSet = new Roo.XComponent({
   'e3917ff2d3b3a88eab391651215d6445' :"Radio Field Lable Left",
   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
   'a6105c0a611b41b08f1209506350279e' :"yes",
+  '93e6896c0a7715e3d1e96d2bb333923a' :"Normal Text",
   'ad3d06d03d94223fa652babc913de686' :"Validate",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
  },
@@ -168,6 +169,30 @@ RadioSet = new Roo.XComponent({
             {
              xtype : 'Input',
              name : 'text_name',
+             placeholder : _this._strings['93e6896c0a7715e3d1e96d2bb333923a'] /* Normal Text */,
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap'
+            }
+           ]
+          }
+         ]
+        },
+        {
+         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 : 'Input',
+             name : 'text_name',
+             placeholder : _this._strings['93e6896c0a7715e3d1e96d2bb333923a'] /* Normal Text */,
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap'
             }