0
在這裏我的代碼使用sencha顯示列表。當我點擊任何任何行如何使可見詳細view.I已嘗試以下鏈接Sencha nested list的方式,但沒有迴應。嵌套列表視圖顯示其他
列表視圖
var tab= Ext.create('Ext.List', {
width: 320,
height: 320,
store: {
fields: ['ext_xtype','imgURL','arimg'],
data: [{
ext_xtype: 'Harry Potter 4',
imgURL:'bo.png',
arimg:'arrow.png'
},{
ext_xtype: 'Iphone5 64gb',
imgURL:'mo.png',
arimg:'arrow.png'
},{
ext_xtype: 'Hill Figure',
imgURL:'wa.png',
arimg:'arrow.png'
}]
},
itemTpl: '<img src="{imgURL}" width="35" heigh="35"></img><span>   {ext_xtype}<img src="{arimg}" width="25" height="25" align="right"></img>'
});
詳細視圖
var sprfolievu = {
standardSubmit : false,
items: [{
xtype: 'fieldset',
title: '',
items: [
{
xtype: 'container',
layout: 'vbox',
title: '',
items: [{
xtype: 'container',
items: [{
xtype: 'container',
margin: 10,
layout: 'hbox',
items: [logo,{
xtype: 'label',
html: '   '
}
]
},]
},tablevuu ]
}
]
}]
}
請告訴我問題,我的代碼嗎?請幫我梳理出來
sprfolievu不太好看。你想用它做什麼? – Viswa
@Viswa當點擊列表中的任何一行時,我想顯示sprfolievu – ioseve
你知道了嗎? – Viswa