关于autoLoad 冲突的问题

kakalun 2011-02-16
用autoLoad:{url:url, scripts:true},做TabPanel
可是两个页面中都有:
items: {
    xtype:'htmleditor',
    id:'content',
    name: 'content',
    fieldLabel:'html编辑',
    utoHeight: true,
    anchor:'98%'
}

即有相同的元素:content


打开一个页面可以显示,再打开一个就不显示了!

怎么解决?
chenlongteng 2011-02-17
别用id,或把两个页面的id:'content', 名称取不相同。
因为autoLoad会把你要加载页面中所有元素加载到主页来。
Global site tag (gtag.js) - Google Analytics