私はhtmlテンプレート要素を持っています。最初に設定したのに、ビューの下部に読み込まれています。ビューの上に配置したい。何か案が?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
}
]
}
]