examples/bootstrap/ComboBox2.js
authorEdward <edward@roojs.com>
Mon, 12 Jan 2015 08:57:19 +0000 (16:57 +0800)
committerEdward <edward@roojs.com>
Mon, 12 Jan 2015 08:57:19 +0000 (16:57 +0800)
examples/bootstrap/ComboBox2.js

index 74cf5c5..3ba9a1f 100644 (file)
@@ -28,7 +28,7 @@ Roo.example.combobox = new Roo.XComponent({
             xns: Roo.bootstrap,
             items : [
                  {
-                    xtype: 'ComboBox2',
+                    xtype: 'ComboBox',
                     xns: Roo.bootstrap,
                     placeholder : 'Select a country',
                     displayField : 'name',
@@ -94,7 +94,7 @@ Roo.example.combobox = new Roo.XComponent({
                     }
                 },
                 {
-                    xtype: 'ComboBox2',
+                    xtype: 'ComboBox',
                     xns: Roo.bootstrap,
                     placeholder : 'Select a country',
                     displayField : 'name',