Page 1 of 1

Master/Detail - 2/3 column layout

Posted: Wed Sep 28, 2022 9:18 pm
by konfuzion

I want to try something like this:

EMPTY 2/3-COL LAYOUT

&&&&&@@@
&&&&&@@@
#####@@@
#####@@@
#####@@@

@ = MASTER LIST
& = MASTER VIEW
# = DETAILS VIEW

All 3 are linked and changed on click of @MASTER LIST

USAGE EXAMPLE:

If I click on 2@@ here the MASTER LIST/VIEW/DETAIL layout will show

2&&&&1@@
&&&&&2@@ < SELECTED
2####3@@
#####4@@
#####5@@
#####6@@

If I click on 5@@ here the MASTER LIST/VIEW/DETAIL layout will show

5&&&&1@@
&&&&&2@@
5####3@@
#####4@@
#####5@@ < SELECTED
#####6@@

What is the recommended way to achieve this? iframes or bootstrap?


Re: iframes or bootstrap? 2/3 column layout

Posted: Thu Sep 29, 2022 10:16 am
by arbei

I don't quite understand your description, you may want to explain more clearly with sample data.


Re: iframes or bootstrap? 2/3 column layout

Posted: Thu Sep 29, 2022 11:39 am
by konfuzion

Use CUSTOMERS and ORDERS and ORDER_DETAILS as example.

@ = CUSTOMERS
& = ORDERS
# = ORDER_DETAILS

so in the RIGHT-COL there will be a list of CUSTOMER names, if I click on "Amy", then & and # will change to AMY's ORDERS and ORDER_DETAILS

if I click on "Carlos" from RIGHT-COL then & and # will change to Carlos' ORDERS and ORDER_DETAILS

Everything is in one page, no need to go back to MASTER LIST and click into CHARLES popup menu and find the ORDERs MASTER/DETAIL link

According to original post: 2 = Amy and 5 = Carlos


Re: iframes or bootstrap? 2/3 column layout

Posted: Thu Sep 29, 2022 11:48 am
by arbei

If you meant 3 level master/detail in one page, there is no such feature in PHPMaker.