X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/examples/form/combos.html diff --git a/examples/form/combos.html b/examples/form/combos.html index e429671a..d0bbbbaa 100644 --- a/examples/form/combos.html +++ b/examples/form/combos.html @@ -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>'; + } } });