欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

ext下拉列表处不来,请各位帮看看_html/css_WEB-ITnose

程序员文章站 2022-05-24 09:31:47
...
Ext Html
Insert title here

回复讨论(解决方案)

SimpleStore 改成ArrayStore

applyTo:'combo',
要用renderTo:‘combo’

var store = new Ext.data.ArrayStore({
fields:['value','text'],
data:data
});
还没有效果

applyTo:'combo',
要用renderTo:‘combo’


就不是下拉列表

自己找到原因