Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove the header in SAPUI5/Fiori

AJeB
Participant
0 Kudos

Hi how to remove this?

I currently studying SAP UI5 using BAS after running the app in preview mode this header is showing

How to remove this? as of now I don't know the exact location of the code and file for this default header 

AJeB_0-1715961417051.png

 

3 REPLIES 3

devanand_l
Explorer
0 Kudos

Hi,

In the i18n folder in your project, if you remove the text maintained against the property 'title', you will not get the title under the Shell title bar.

regards,

Dev

0 Kudos

yes i can remove it in the text in I18n but how about the container of the text?

sajid-khan
Explorer
0 Kudos

 

The header that you are seeing is most probably coming from Page controller of your root/main view. Your main view xml contains a <sap.m.Page> tag. Give this tag the attribute showHeader="false" and the header should disappear.

PS: You've posted your query in wrong category. please post such queries in Q&A

Regards
Sajid Khan