请问要把
plugins: [
{
xclass: 'Ext.plugin.ListPaging',
autoPaging: true
}
],
itemTpl: [
'<img src="{profile_image_url}" />',
'<div class="tweet">{text}</div>'
],
这一段放到什么位置,我放到了navigationbar上面,然后一直报错Uncaught TypeError: Cannot read property 'getScroller' of undefined。
MVC结构,大概框架如下:
config:{
navigationbar:{
},
items:[
{
},
{
}
]
}
config:{
navigationbar:{
},
items:[
{
},
plugins:[],
itemTpl:[]
]
}