2
在煎茶觸摸,我宣佈一個像這樣的旋轉木馬:添加元素爲輪轉煎茶
ajaxNav = new Ext.Panel({
scroll: 'vertical',
cls: 'card1 demo-data',
styleHtmlContent: true,
layout: {
type: 'vbox',
align: 'stretch'
},
defaults: {
flex: 1
},
items: [{
xtype: 'carousel',
items: [{
id:'tab-1',
html: '',
cls: 'card card1'
},
{
id:'tab-2',
html: '<p>Clicking on either side of the indicators below</p>',
cls: 'card card2'
},
{
id:'tab-3',
html: 'Card #3',
cls: 'card card3'
}]
}]
});
有誰知道如何dinamycally添加元素?
非常感謝,它的作品!但你知道如何刪除所有元素? – 2011-05-31 15:31:35
歡迎José。當然,打開另一個問題,我會立即回覆。我更喜歡另一個問題,因爲這對於正在尋找相同事物的其他用戶甚至是有用的。 – 2011-05-31 15:37:26
http://stackoverflow.com/questions/6190094/clear-all-elements-of-a-carousel-sencha – 2011-05-31 15:48:22