examples/bootstrap/dashboard1.bjs.510GMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:27:55 +0000 (19:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:27:55 +0000 (19:27 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.N3AHMX
examples/bootstrap/dashboard1.js

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

index 1d6e57b..4a8dda0 100644 (file)
                                                                                     "String name" : "combotest",
                                                                                     "String valueField" : "item",
                                                                                     "xtype" : "ComboBox",
+                                                                                    "String triggerAction" : "all",
                                                                                     "String fieldLabel" : "ComboBox",
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "String/Roo.Template tpl" : "<li class=\"select2-result\"><b>{item}</b></div>",
index c384565..8a10037 100644 (file)
@@ -599,6 +599,7 @@ dashboard1 = new Roo.XComponent({
                                                                                     name : 'combotest',
                                                                                     valueField : 'item',
                                                                                     xtype : 'ComboBox',
+                                                                                    triggerAction : 'all',
                                                                                     fieldLabel : 'ComboBox',
                                                                                     xns : Roo.bootstrap,
                                                                                     tpl : '<li class=\"select2-result\"><b>{item}</b></div>',