Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / form / combos.html
index e429671..d0bbbba 100644 (file)
@@ -103,8 +103,10 @@ var customTplCombo = Ext.create('Ext.form.field.ComboBox', {
     labelWidth: 130,
     store: store,
     queryMode: 'local',
-    getInnerTpl: function() {
-        return '<div data-qtip="{name}. {slogan}">{name} ({abbr})</div>';
+    listConfig: {
+        getInnerTpl: function() {
+            return '<div data-qtip="{name}. {slogan}">{name} ({abbr})</div>';
+        }
     }
 });</pre>
 </div>