examples/bootstrap/TabPanel-ComboBox.js
authorEdward <edward@roojs.com>
Fri, 6 Feb 2015 09:40:33 +0000 (17:40 +0800)
committerEdward <edward@roojs.com>
Fri, 6 Feb 2015 09:40:33 +0000 (17:40 +0800)
examples/bootstrap/TabPanel-ComboBox.js

index 9f42d27..4fbf3f5 100644 (file)
@@ -67,7 +67,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({
                                                                     tabId : '#normal',
                                                                     xtype : 'NavItem',
                                                                     preventDefault : true,
-                                                                    html : 1,
+                                                                    html : Normal,
                                                                     xns : Roo.bootstrap,
                                                                     active : true,
                                                                     listeners : {
@@ -82,7 +82,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({
                                                                     tabId : '#multiple',
                                                                     xtype : 'NavItem',
                                                                     preventDefault : true,
-                                                                    html : 2,
+                                                                    html : Multiple,
                                                                     xns : Roo.bootstrap,
                                                                     active : false,
                                                                     listeners : {
@@ -97,7 +97,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({
                                                                     tabId : '#tickable',
                                                                     xtype : 'NavItem',
                                                                     preventDefault : true,
-                                                                    html : 2,
+                                                                    html : Tickable,
                                                                     xns : Roo.bootstrap,
                                                                     active : false,
                                                                     listeners : {