相关疑难解决方法(0)

清除旋转木马的所有元素 - Sencha

Dows任何人都知道如何删除sencha中旋转木马上的所有元素???

carousel = new Ext.Carousel({
    fullscreen: true,
    defaults: {
        cls: 'carousel-item'
    },
    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'
        }]
});
Run Code Online (Sandbox Code Playgroud)

非常感谢

extjs items carousel

4
推荐指数
1
解决办法
2691
查看次数

标签 统计

carousel ×1

extjs ×1

items ×1