当前位置:Gxlcms > html代码 > ext下拉列表处不来,请各位帮看看_html/css_WEB-ITnose

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

时间:2021-07-01 10:21:17 帮助过:10人阅读

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’


就不是下拉列表

自己找到原因

人气教程排行