examples/bootstrap/dashboard1.bjs.LD05LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:28:34 +0000 (19:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:28:34 +0000 (19:28 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.YI85LX
examples/bootstrap/dashboard1.js

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index c708883..7bd387e 100644 (file)
                                                                                     "String valueField" : "item",
                                                                                     "xtype" : "ComboBox",
                                                                                     "String triggerAction" : "all",
+                                                                                    "Boolean editable" : false,
                                                                                     "String fieldLabel" : "ComboBox",
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "String/Roo.Template tpl" : "<li class=\"select2-result\"><b>{item}</b></div>",
index 7919cd3..54dd1a8 100644 (file)
@@ -600,6 +600,7 @@ dashboard1 = new Roo.XComponent({
                                                                                     valueField : 'item',
                                                                                     xtype : 'ComboBox',
                                                                                     triggerAction : 'all',
+                                                                                    editable : false,
                                                                                     fieldLabel : 'ComboBox',
                                                                                     xns : Roo.bootstrap,
                                                                                     tpl : '<li class=\"select2-result\"><b>{item}</b></div>',