put list (detail) into tab in the master

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

put list (detail) into tab in the master

Post by tmnt_2408 »

i have master table named 'Case' that detail table named 'Log' and 'Worksheet', in the master i have 5 tabs named 'Client', 'Patient', 'Admission', Discharge', 'Status'.

Can i put the detail table list in the master tab, and add 2 tabs named 'Log' and 'Worksheet'? then can i do the add/edit/delete inside the 2 tabs?

Thank you.

Regards,
Luki


danielc
User
Posts: 1601

Post by danielc »

tmnt_2408 wrote:
Can i put the detail table list in the master tab, and add 2 tabs named 'Log' and 'Worksheet'? then can i do the add/edit/delete inside the 2 tabs?

You'll need to use jQuery and JavaScript to add 2 tabs and move the detail table grid under it, read:
h t t p://getbootstrap.com/2.3.2/javascript.html#tabs

You may consider to use view to join master and detail table. So, you can rearrange the view (not add/edit/delete though) for multipage to show as what you want.


Post Reply