2

我想用关闭按钮创建一个弹出窗口,弹出窗口的内容将是一个拆分应用程序主从页面。我们应该使用哪个控件来实现这一点?

  1. 我尝试过使用 sap.m.page 但无法更改高度和宽度。
  2. 我已经尝试过使用 sap.m.ResponsivePopover 但我无法从中删除顶部的箭头。
4

2 回答 2

1

The arrow in sap.m.ResponsivePopover is using the css classes .sapMPopoverArrUp and .sapMPopoverArr so you could probably overwrite them locally to remove the arrow.

于 2013-12-30T16:30:17.503 回答
1

谢谢。我已经使用overlaycontainer 来满足要求。

于 2013-12-31T07:24:02.753 回答