child tables as tabs in parent detail view

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
thch
Posts: 4
Joined: 2013-11-08 00:01

child tables as tabs in parent detail view

Post by thch » 2013-11-11 20:38

Hi,

I'm working with parent and child tabels and it works fine.

Now I wanted that

1. the child tabels are not visible in the homepage panel (only the button of the parent)

2. the child names in the parent detail view are not showen as buttons but tabs.

Is this possible?

Thank you in andavence

Thomas

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: child tables as tabs in parent detail view

Post by a.gneady » 2013-11-12 21:49

Hi Thomas, both can be done. Here is how:
2013-11-12_2359.png
2013-11-12_2359.png (61.7 KiB) Viewed 7507 times
2013-11-13_0002.png
2013-11-13_0002.png (110.03 KiB) Viewed 7507 times
:idea: AppGini plugins to add more power to your apps:

thch
Posts: 4
Joined: 2013-11-08 00:01

Re: child tables as tabs in parent detail view

Post by thch » 2013-11-13 17:42

Hi Ahmad,

thank you very much for the great explanation.

My first point now works fine - "hide link in homepage" let disappeare the buttons leading to the child tabels in the homepage.

But unchecking the "Enabled" option ind the "Parent/Children settings let the tabs of the children in the parent's detailview disappeare not the buttons on the top. I would like to see the tabs (and only when a record is selected in the tabelview) not the buttons (which are also visible without selecting an existing record, so that childs could be created without parent).

I'm afraid I need some more help with this...

Kind Regards

Thomas

thch
Posts: 4
Joined: 2013-11-08 00:01

Re: child tables as tabs in parent detail view

Post by thch » 2013-11-13 17:58

I got it!

To hide the link buttons to the childs, in "Detail view settings" the options "Display a link to children records from" has to be unchecked...

drascom
Posts: 16
Joined: 2013-04-20 16:54

child tables seperated not tabbed

Post by drascom » 2014-12-16 14:26

hi all,

how can i show child tables seperated (side by side) not tabbed ?

drascom
Posts: 16
Joined: 2013-04-20 16:54

Re: child tables seperated not tabbed

Post by drascom » 2014-12-16 15:04

drascom wrote:hi all,

how can i show child tables seperated (side by side) not tabbed ?
i removed display:none from bootstrap.css for panel now i can see all child tables at once.
also i remove tab-nav section becouse it isn't usefull anymore now new problem appear:

i need to use table labels at above each tables i found <?php echo $tabLabels; ?> handle it
how can i send those variables to child-foo.php to split and put above each table?


thanks for help.

Post Reply