Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以指出一个使用轮播按钮更改视图的示例吗?
我想要滑动或单击以更改视图的选项。
谢谢
你有多种方法来实现它,你可以使用setActiveItem:
carousel.setActiveItem(1); // Move to the 2nd carousel's item.
或在按钮上应用下一个和上一个handler方法以切换到轮播的下一张和上一张卡片:
handler
carousel.next(); carousel.previous();
这是一个演示:http ://www.senchafiddle.com/#Ukg1N