我需要一个菜单中的幻灯片,如(http://callmenick.com/tutorial-demos/slide-push-menus/)此菜单向右滑动。我已经在angular-js中实现了。但是sapui5 / openui5让我很难过。首先,我没有发现任何类似的符合sapui5的控件API中的要求。
我的方法是将sap.m.Popover
作为自定义sap.suite.ui.commons.VerticalNavigationBar
的容器。弹出窗口调用openBy
方法时,动画淡入淡出。这完全不是最终的功能,看它应该如何。
所以我猜,sap.m.Popover
是主要问题。我还能使用什么?如何完成任务的最简单方法是什么?如果sapui5不具备此功能,那么使用普通的jQuery有一种简单的方法吗?
答案 0 :(得分:0)
可能是ActionSheet吗? https://sapui5.netweaver.ondemand.com/sdk/explored.html#/entity/sap.m.ActionSheet/samples
否则sap.m.Panel? https://sapui5.netweaver.ondemand.com/sdk/explored.html#/sample/sap.m.sample.PanelExpanded/preview
还是QuickOverview?
https://sapui5.netweaver.ondemand.com/sdk/explored.html#/sample/sap.ca.ui.sample.QuickoverviewCompany/preview
或溢流容器?
https://sapui5.netweaver.ondemand.com/sdk/explored.html#/entity/sap.ca.ui.OverflowContainer/about
这篇文章不应该是垃圾邮件,我只是指出有控制能够实现您的要求。但我认为它们都不像幻灯片菜单那样花哨和时髦;) 问候,zY