SAPUI5中如何自定义Shell容器 [英] How to customise Shell container in SAPUI5

查看:40
本文介绍了SAPUI5中如何自定义Shell容器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 shell 容器,我想在大屏幕上充分利用屏幕.我想覆盖整个区域.我如何自定义它.

I've a shell container and on big screens i want to utilize full with of screen. i want to cover full area. how i can customize it.

推荐答案

当使用 manifest.json 文件并且 UI5-framework 实例化一个 shell 控件时,请执行以下操作(appWidthLimited="false" 不能像你一样使用'没有包含外壳'标签'的 xml).

When working with a manifest.json file and the UI5-framework instantiates a shell control, do the following (appWidthLimited="false" cannot be used as you don't have a xml containing a shell 'tag').

manifest.json

manifest.json

...
"sap.ui5": {
    "config": {
        "fullWidth": true
    },
    ...
...

这篇关于SAPUI5中如何自定义Shell容器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆