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

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

index 70112b4..8341603 100644 (file)
                                                                                     "xtype" : "ComboBox",
                                                                                     "String fieldLabel" : "ComboBox",
                                                                                     "$ xns" : "Roo.bootstrap",
-                                                                                    "String/Roo.Template tpl" : "{item}",
+                                                                                    "String/Roo.Template tpl" : "<li class=\"select2-result\"><b>{item}</b></div>",
                                                                                     "items" : [
                                                                                         {
                                                                                             "$ Array fields" : "[ 'item' ]",
index 99c083a..aaf0a93 100644 (file)
@@ -600,7 +600,7 @@ dashboard1 = new Roo.XComponent({
                                                                                     xtype : 'ComboBox',
                                                                                     fieldLabel : 'ComboBox',
                                                                                     xns : Roo.bootstrap,
-                                                                                    tpl : '{item}',
+                                                                                    tpl : '<li class=\"select2-result\"><b>{item}</b></div>',
                                                                                     items : [
 
                                                                                     ]