cancel
Showing results for 
Search instead for 
Did you mean: 

How to minimize the sidebar in an SplitApp?

Former Member
0 Kudos

Hi SCN,

Is it possible to minimize the Sidebar in an Fiori Application?

And is it possible to place the button to do so in the <headerContent> tag on the left side?

Thank you very much for your help

Greetings

Yannick

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member207744
Contributor
0 Kudos
dhrubajyoti_rakshit2
Participant
0 Kudos

Hi Yannick,

A splitApp has a property called mode. Use the below code

oSplitApp.setMode("HideMode");

-Regards

Dhrubajyoti