on 2017 Aug 30 4:22 PM
Hello All,
I am working on adding the subHeader to the Fiori Launchpad . I was able to add the SubHeader to the Fiori Launchpad .
Using the Above code
var bar =new sap.m.Bar({id:"testBar", contentLeft:[new sap.m.Button({text:"Test SubHeader Button",
press:function(){
sap.m.MessageToast.show("Pressed");}})]});var oRenderer = sap.ushell.Container.getRenderer("fiori2");
oRenderer.showSubHeader([bar.getId()],false,["home","app"]);
Now I am able to add the SubHeader on my Fiori Launchpad
I have a sample Split App view with page and its footer with button
but when I am adding the Sub Header to the Fiori Launchpad, I am able to get the Sub Header but the footer is missing .
After adding the Sub Header on the top of Fiori launchpad. I am not able to get the footer for the page.
I have done Inspect Element in Chrome , I can see the Footer tag and its elements in it but some how this is disappearing.
Please any one help me out...
In order to get footer visible I have done with CSS
.sapMPageFooter {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
margin-bottom: 47px;
}
Then i am able to display the footer after using margin bottom in CSS.
Does anyone have any other suggestion?
Help me out...(After Adding Sub Header I am not able to get the footer for the page)
Hi,
How did you add the subheader to launchpad?
Also were you able to add footer to launchpad?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
11 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.