PhoneGap中的旋转木马

时间:2011-11-20 17:23:33

标签: cordova extjs

如何在phonegap的标签栏中添加轮播?

items : [ {
                title : 'User',  
                html : '<h2>User Card</h2>',
                cls : 'card5',  
                iconCls : 'user'
            }, {
                title : 'User',
                html : '<h1>User Card</h1>',
                cls : 'card5',
                iconCls : 'user'
            }, {
                title : 'User',
                html : '<h1>User Card</h1>',
                cls : 'card5',
                iconCls : 'user',

            } ]

我必须在此代码中添加轮播。

1 个答案:

答案 0 :(得分:2)

终于找到了答案

items : [ {
            title : 'User',  
            html : '<h2>User Card</h2>',
            cls : 'card5',  
            iconCls : 'user'
        }, myCarousel, {
            title : 'User',
            html : '<h1>User Card</h1>',
            cls : 'card5',
            iconCls : 'user',

        } ]

其中myCarousel将成为Carousel的对象