From: Alan Knowles Date: Thu, 11 Sep 2014 11:28:34 +0000 (+0800) Subject: examples/bootstrap/dashboard1.bjs.LD05LX X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=cddf8920c7f704510bf0165b96206dbdcdd57151;p=roojs1 examples/bootstrap/dashboard1.bjs.LD05LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.YI85LX examples/bootstrap/dashboard1.js --- diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index c708883c83..7bd387e5ec 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -554,6 +554,7 @@ "String valueField" : "item", "xtype" : "ComboBox", "String triggerAction" : "all", + "Boolean editable" : false, "String fieldLabel" : "ComboBox", "$ xns" : "Roo.bootstrap", "String/Roo.Template tpl" : "
  • {item}", diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 7919cd3361..54dd1a83eb 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -600,6 +600,7 @@ dashboard1 = new Roo.XComponent({ valueField : 'item', xtype : 'ComboBox', triggerAction : 'all', + editable : false, fieldLabel : 'ComboBox', xns : Roo.bootstrap, tpl : '
  • {item}',