examples/bootstrap/contact.bjs
authorMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 08:41:19 +0000 (16:41 +0800)
committerMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 08:41:19 +0000 (16:41 +0800)
examples/bootstrap/contact.js

examples/bootstrap/contact.bjs
examples/bootstrap/contact.js

index 018fe4b..2652a26 100644 (file)
                                                                             "String tag" : "label",
                                                                             "String cls" : "checkbox",
                                                                             "xtype" : "Element",
-                                                                            "$ xns" : "Roo.bootstrap"
+                                                                            "$ xns" : "Roo.bootstrap",
+                                                                            "items" : [
+                                                                                {
+                                                                                    "xtype" : "Element",
+                                                                                    "$ xns" : "Roo.bootstrap"
+                                                                                }
+                                                                            ]
                                                                         }
                                                                     ]
                                                                 }
index 118ab19..1e20853 100644 (file)
@@ -151,7 +151,15 @@ contact = new Roo.XComponent({
                                                                             tag : 'label',
                                                                             cls : 'checkbox',
                                                                             xtype : 'Element',
-                                                                            xns : Roo.bootstrap
+                                                                            xns : Roo.bootstrap,
+                                                                            items : [
+                                                                               {
+                                                                                    '|xns' : 'Roo.bootstrap',
+                                                                                    xtype : 'Element',
+                                                                                    xns : Roo.bootstrap
+                                                                                }
+                                                                            ]
+
                                                                         }
                                                                     ]