extjs Combo下拉文本的tooptip

xtype: "combo", fieldLabel: "插入", readOnly: true, mode: "local",
store: (globel.Store = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({ url: "Module/Sms/SmsHandler.ashx" }),
reader: new Ext.data.JsonReader({ root: "data" }, [{ name: "Key" }, { name: "Value" }]),
autoLoad: true
})), valueField: "Value", displayField: "Key", triggerAction: "all", width: 120, matchFieldWidth: true,
tpl: '<tpl for="."><div class="x-combo-list-item" ext:qtitle="" ext:qtip="{Key}">{Key}</div></tpl>',

posted @ 2015-08-21 11:32  大漠孤烟~  阅读(243)  评论(0编辑  收藏  举报