快速浏览放置

时间:2019-08-06 11:53:34

标签: placement

我想正确放置我的快速查看,当我单击一个员工图标时,它应该打开该快速查看并将其也放置在该图标上。 但是此刻,它会将快速查看放置在日历的底部。

请,您能帮我解决我的问题吗? :)

在我的.controller,js内部:

		createPopover: function () {
			if (this._oQuickView) {
				this._oQuickView.destroy();
			}
			this._oQuickView = sap.ui.xmlfragment("projekt.DXC.Planner.view.QuickView", this);
			this.getView().addDependent(this._oQuickView);
			**this._oQuickView.setPlacement(sap.m.PlacementType.Auto);**
	},

那是我的快速浏览。 enter image description here

0 个答案:

没有答案