From: Alan Knowles Date: Thu, 11 Sep 2014 11:24:22 +0000 (+0800) Subject: examples/bootstrap/dashboard1.bjs.MV2AMX X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=e57fb59241e57efcb8091ec609330001e7d8d4e5;p=roojs1 examples/bootstrap/dashboard1.bjs.MV2AMX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.VR9AMX examples/bootstrap/dashboard1.js examples/bootstrap/dashboard1.bjs.EZHFMX examples/bootstrap/dashboard1.js.BN9DMX --- diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index f5915a1847..f80c45863d 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -547,6 +547,17 @@ "Boolean disabled" : true, "$ xns" : "Roo.bootstrap", "string value" : 3 + }, + { + "xtype" : "ComboBox", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "xtype" : "SimpleStore", + "$ xns" : "Roo.data", + "* prop" : "store" + } + ] } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 5b0e66d1f9..43b924da7e 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -587,6 +587,18 @@ dashboard1 = new Roo.XComponent({ disabled : true, xns : Roo.bootstrap, value : 3 + }, + { + store : { + xtype : 'SimpleStore', + xns : Roo.data + }, + xtype : 'ComboBox', + xns : Roo.bootstrap, + items : [ + + ] + } ]