sapui5-theming

How to customise Shell container in SAPUI5

浪尽此生 提交于 2019-12-14 03:48:00
问题 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. 回答1: 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 ... "sap.ui5": { "config": { "fullWidth": true }, ... ... 回答2: I assume you are using XML for your views. Add the following attribute