cancel
Showing results for 
Search instead for 
Did you mean: 

How to add App Title in sap.ui.unified.Shell control Header?

Former Member
0 Kudos

Hi,

I am using https://sapui5.netweaver.ondemand.com/sdk/explored.html#/sample/sap.ui.unified.sample.ShellBasic/pre... shell in my application.

I want to add my application name next to the Logo. How can I do that?

Thank you,

Prab

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213386
Active Participant
0 Kudos

Hello Prabhjot,

in this thread: http://scn.sap.com/thread/3692321 Shirli had the same question and i posted some infos/findings there, maybe you find this interesting,

best regards, Sophie.

former_member182372
Active Contributor
0 Kudos

sap.ui.unified.ShellHeadItem

has only those properties

properties : {

  "startsSection" : {type : "boolean", group : "Appearance", defaultValue : false, deprecated: true},

  "showSeparator" : {type : "boolean", group : "Appearance", defaultValue : true},

  "selected" : {type : "boolean", group : "Appearance", defaultValue : false},

  "showMarker" : {type : "boolean", group : "Appearance", defaultValue : false, deprecated: true},

  "icon" : {type : "sap.ui.core.URI", group : "Appearance", defaultValue : null},

  "visible" : {type : "boolean", group : "Appearance", defaultValue : true}

  },

create an image with app as a workaround

Former Member
0 Kudos

Hi Maksim,

Do you mean create a logo with the name as one image? I tried doing that but then I can't fit it in, the header shrinks the image and when I try to increase the icon size in the debugger, i think it has some max width, so it truncates my image.

Thanks,

Prab