首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

ExtJS上拉框本地模糊搜索

2012-10-07 
ExtJS下拉框本地模糊搜索var converted4toos new Ext.form.ComboBox({typeAhead: true,triggerAction:

ExtJS下拉框本地模糊搜索

 var converted4toos = new Ext.form.ComboBox({        typeAhead: true,        triggerAction: 'all',        transform:'addrequire_business_charger',                 width:200,         typeAheadDelay:5000,emptyText:'请选择业务负责人' }); 

热点排行