From 59d23d35d195d218a297ad38c3af132054bc67f3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 19:47:29 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.LW48LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.DHW7LX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 1 + examples/bootstrap/dashboard1.js | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 454495d891..954c9646c5 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -601,6 +601,7 @@ "String fieldLabel" : "ComboBox", "$ xns" : "Roo.bootstrap", "String/Roo.Template tpl" : "
  • {item}", + "Boolean multiple" : true, "String displayField" : "item", "items" : [ { diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index f006ad50da..b62ff3d8b1 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -649,6 +649,7 @@ dashboard1 = new Roo.XComponent({ fieldLabel : 'ComboBox', xns : Roo.bootstrap, tpl : '
  • {item}', + multiple : true, displayField : 'item', items : [ -- 2.39.2