码迷,mamicode.com
首页 > Web开发 > 详细

extjs Combo下拉文本的tooptip

时间:2015-08-21 13:12:09      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

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>‘,

extjs Combo下拉文本的tooptip

标签:

原文地址:http://www.cnblogs.com/denghuachengle/p/4747378.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!