Master/Detail - 2/3 column layout

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
konfuzion
User
Posts: 378

Master/Detail - 2/3 column layout

Post 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?


arbei
User
Posts: 9347

Post by arbei »

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


konfuzion
User
Posts: 378

Post 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


arbei
User
Posts: 9347

Post by arbei »

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


Post Reply