Activate child tab with ApppginiHelper

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
balfons
Veteran Member
Posts: 91
Joined: 2018-10-22 15:27

Activate child tab with ApppginiHelper

Post by balfons » 2020-11-04 14:49

Hello!

I recentlly installed the new version of the AppGiniHelper and I tried to activate a child tab in the detail view of the parent table.

I have the parent table (company) and the child table (department). First, I put in a tab all the fields of the parent table (the tab is called "Information"), and it works. Then, I tried too activate the child tab and to hide one of its columns. This is my code (in company-dv.js):

var dv = AppGiniHelper.DV;
var tab2 = dv.getChildrenTabs();
tab2.activate("department");
tab2.hide("department", "address");

Hiding the column, it works, but no child tab is shown after the tab "Information". The child tab is still shown under the "Information" tab.

Maybe I'm missing something...

Thanks in advance

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Activate child tab with ApppginiHelper

Post by jsetzer » 2020-12-18 14:11

@balfons:
Question: Is this still open or did we solve it in the parallel thread?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply