cancel
Showing results for 
Search instead for 
Did you mean: 

Master Detail split app

Former Member
0 Kudos

Hi i remember seeing a demo of the Master detail split app here

SAPUI5 Explored

I remember 2 mater pages and 2 detail pages, but i can't seem to find it anymore in the above link.

Does anyone know where the demo was moved?

Thanks,

Bianca

Accepted Solutions (1)

Accepted Solutions (1)

seVladimirs
Active Contributor
0 Kudos

Hi,

You can find it here SAPUI5 SDK - Demo Kit or direct url - Master-Detail

seVladimirs
Active Contributor
0 Kudos

for Master-Master-Detail pattern you can check Shopping Cart Demo App - Shopping Cart

Former Member
0 Kudos

It's in the explored section and the source code was there as well. I can't seem to find it now :S

saivellanki
Active Contributor
0 Kudos

Hi Basaiawmoit,

You mean this one? SplitApp - sap.m

Regards,

Sai Vellanki.

Former Member
0 Kudos

Any clue where I can view the source code for this?

saivellanki
Active Contributor
0 Kudos

Open the application in chrome and click on F12 --> Sources --> SplitApp.html



Regards,

Sai Vellanki.

Answers (2)

Answers (2)

Former Member
0 Kudos

yup that's the one ^_^ . Thanks so much

karthikarjun
Active Contributor
0 Kudos

Hi Basaiawmoit,

use, var splitApp = sap.m.splitApp();

splitApp .addMasterPage( V_1_Page);

splitApp .addMasterPage( V_2_Page);



splitApp .addDetailPage( V_1_Detail);

splitApp .addDetailPage( V_2_Detail);



Thanks,

Karthik A