2010-12-03 21 views
1

http://dev.sencha.com/deploy/touch/examples/nestedlist/如何使用转盘和标签中嵌套列表例如

在嵌套的房源,我有 家,当我点击我在该产品我要显示选项卡传送带或标签移动产品。但我无法管理。

我们有这个旋转木马

// Create a Carousel of Items 
    var carousel = new Ext.Carousel({ 
    defaults: { 
      cls: 'card' 
      }, 

    items: [{ 
      html: '<p>Navigate the two carousels on this page by swiping left/right or   
      clicking on one side of the circle indicators below.</p>' 
      }, 
     { 
      title: 'Tab 2', 
      html: '2' 
      }, 
     { 
      title: 'Tab 3', 
      html: '3' 
     }] 
    }); 

在嵌套上市我给

{ 
text: 'Wer sind Wir', 
items: 
[ carousel ] 
} 

它既不给人错误。那么我们怎么称呼它呢?

+0

你能整体粘贴你的代码吗?我认为这应该很容易解决。 – 2011-01-18 04:44:55

回答

0

在嵌套列表呼叫类型Ext.Panel

在这种面板的detailCard你的旋转木马添加的物品数组。

相关问题