gpt4 book ai didi

sapui5 - 为什么我的 sap.m.Page 是空的并且页脚位于顶部而不是底部?

转载 作者:行者123 更新时间:2023-11-28 01:11:56 24 4
gpt4 key购买 nike

我制作了一个非常简单的 UI5 应用程序,其中一个页面带有页脚。但页脚显示在页面顶部。我希望它能粘在页面底部。

return new sap.m.Page({
title: "test",
content: oForm1,
footer: new sap.m.Bar({/*...*/})
});

虽然内容在那里,但我的表单没有显示,因为表单的高度为零像素。

var oForm1 = new sap.ui.layout.form.Form("F1",{
title: new sap.ui.core.Title({text: "(Un)Loading Checklist"}),
layout: new sap.ui.layout.form.GridLayout(),
formContainers: [
new sap.ui.layout.form.FormContainer("F1C1", {
title: "Person data",
formElements: []
})
]
});

最佳答案

将页面嵌入到 sap.m.App 控件中。

Example

关于sapui5 - 为什么我的 sap.m.Page 是空的并且页脚位于顶部而不是底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24323475/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com