我有一个 html 模板元素。即使我第一次配置它,它也会在视图底部加载。我想把它放在 view 的顶部。任何的想法?tpl
是那个模板元素
我的代码
config: {
title: 'Info ',
styleHtmlContent: true,
scrollable: true,
tpl: ['<table><tr><td><img src="{image}" height="60" width="60" id="{id}" /></td></tr>',
'<tr><td>{model}</td></tr>',
'<tr><td>{price}</td></tr>',
'<tpl for="color">',
'<tpl for="infos">',
'<tr><td>{name}: <tpl for="item_names"> ],
store: 'Item',
items:[
{
xtype: 'fieldset',
items : [
{
xtype : 'selectfield',
name : 'quantity',
label:'Quantity',
id: 'quantity'
},{
other elements
}
]
}
]