Hide/Show child tabs according to radio button selection

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

Hide/Show child tabs according to radio button selection

Post by balfons » 2021-03-15 09:42

Good morning everybody!

I'm trying to hide/show a tab child according to the radio button selection. I did this:

- I have 3 child tabs
- put the focus on childtab1
- hid the childtab3 (dv.getChildrenTabs().hide("childtab3");
- used this post (https://appgini.bizzworxx.de/appgini/ap ... selection/) to take into account radio button changes
- used this video to hide/show the child tab (https://www.youtube.com/watch?v=1cERqwXxpzI)
- And I succeeded in showing the child tab when I select the right value of radio button

The problem comes when I try to change between tabs when the childtab3 is shown. I can change between tabs but the table content of the childtab3 remains shown.

Any ideas?

Thanks in advance

balfons
Veteran Member
Posts: 91
Joined: 2018-10-22 15:27

Re: Hide/Show child tabs according to radio button selection

Post by balfons » 2021-03-15 14:37

Hi!

I think I have solved the problem.

Thanks!

Post Reply