cancel
Showing results for 
Search instead for 
Did you mean: 

responsieve menu

former_member187272
Participant
0 Kudos

hi experts

how we can create responsive menu in sap ui5 application which can hide on click

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member187272
Participant
0 Kudos
former_member187272
Participant
0 Kudos

i like to get menu like our hana cockpit

saivellanki
Active Contributor
0 Kudos

You mean like this? Plunker

Regards,

Sai Vellanki.

karthikarjun
Active Contributor
0 Kudos

Honestly I accepted Sai's code. Here I added few changes. Will this helpful to you?

http://embed.plnkr.co/LLgqgaXWoTAFdykVLNPV/preview

@Sai- Correct me if I was wrong.

Thanks,

Karthik A

former_member187272
Participant
0 Kudos

hi karthik ;

which ui5 control can be used to add this to our project

thank you..

karthikarjun
Active Contributor
0 Kudos

Hi Shahid,

Go here--->http://plnkr.co/edit/LLgqgaXWoTAFdykVLNPV

View: XML

Controls: SplitApp . ( Use Master and Detail )

JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.m.SplitApp

Thanks,

Karthik A

former_member187272
Participant
0 Kudos

hi karthik,

Actually i am working with web application using hana and ui5 .Can i use this for web application

Thank you karthik..

karthikarjun
Active Contributor
0 Kudos

Yah sure

former_member187272
Participant
0 Kudos

hi how we can add form to detail section for eg:registration form

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey Shahid

I'd use this:  https://sapui5.hana.ondemand.com/explored.html#/sample/sap.ui.unified.sample.MenuItemEventing/previe...

Open and closes easily and can be styled with CSS to look like your example.

saivellanki
Active Contributor
0 Kudos

Hi Shahid,

How about sap.m.SplitApp? Check sample here: Plunker

Regards,

Sai Vellanki.

karthikarjun
Active Contributor
0 Kudos

Hui Shahid,

1. Could you please try this. SAPUI5 Explored

2. Use .close property

Thanks,

Karthik A