Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sencha touch Sencha框架。三柱转盘_Sencha Touch_Extjs_Carousel - Fatal编程技术网

Sencha touch Sencha框架。三柱转盘

Sencha touch Sencha框架。三柱转盘,sencha-touch,extjs,carousel,Sencha Touch,Extjs,Carousel,我是Sencha的新手。 我想做三柱垂直旋转木马。比如说, 可能吗?我想这就是你想要的 { xtype: container, layout: 'hbox', items: [ { xtype: 'carousel', direction: 'vertical', ...what the carousel should contain }, { xtype: 'carousel', direction: 'vertical', ...what the carousel should contai

我是Sencha的新手。 我想做三柱垂直旋转木马。比如说,


可能吗?

我想这就是你想要的

{
xtype: container,
layout: 'hbox',
items: [
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
},
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
},
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
}
]
}

希望对你有所帮助我想这就是你想要的

{
xtype: container,
layout: 'hbox',
items: [
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
},
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
},
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
}
]
}

希望它能有所帮助

它看起来不像一个Sencha旋转木马,更像是3个滚动在一起的列表。所以是的,这是可能的(尽管在左边创建列表可能有点困难)。它看起来不像Sencha旋转木马,更像是3个滚动在一起的列表。因此,是的,这是可能的(尽管创建左侧的列表可能有点困难)。