Application Development and Automation 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: 
Read only

How to remove the header in SAPUI5/Fiori

AJeB
Participant
0 Kudos
1,791

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
Read only

dev_logan
Explorer
0 Kudos
1,749

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

Read only

0 Kudos
1,743

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

Read only

sajid-khan
Explorer
0 Kudos
1,655

 

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