From b5b38bb01f1dbf71735d8bc33ff359af8f2a8da6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 16:32:28 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.9ENAMX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.NGTAMX examples/bootstrap/dashboard1.js examples/bootstrap/dashboard1.bjs.4VRAMX examples/bootstrap/dashboard1.js.NFJEMX --- examples/bootstrap/dashboard1.bjs | 27 +++++++++++++++++++++++++++ examples/bootstrap/dashboard1.js | 28 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index d71ceb083b..c960e0f6cf 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -332,6 +332,33 @@ "Number level" : 4, "$ xns" : "Roo.bootstrap", "String html" : "With checkbox and radio" + }, + { + "xtype" : "Row", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "Number md" : 3, + "xtype" : "Input", + "string placeholder" : "md 3", + "$ xns" : "Roo.bootstrap", + "string size" : "md" + }, + { + "Number md" : 3, + "xtype" : "Input", + "string placeholder" : "md 4", + "$ xns" : "Roo.bootstrap", + "string size" : "md" + }, + { + "Number md" : 5, + "xtype" : "Input", + "string placeholder" : "md 3", + "$ xns" : "Roo.bootstrap", + "string size" : "md" + } + ] } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index f84864ad2e..45a0dab8a9 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -353,6 +353,34 @@ dashboard1 = new Roo.XComponent({ level : 4, xns : Roo.bootstrap, html : 'With checkbox and radio' + }, + { + xtype : 'Row', + xns : Roo.bootstrap, + items : [ + { + md : 3, + xtype : 'Input', + placeholder : 'md 3', + xns : Roo.bootstrap, + size : 'md' + }, + { + md : 3, + xtype : 'Input', + placeholder : 'md 4', + xns : Roo.bootstrap, + size : 'md' + }, + { + md : 5, + xtype : 'Input', + placeholder : 'md 3', + xns : Roo.bootstrap, + size : 'md' + } + ] + } ] -- 2.39.2