Problem with group fileds in panels.

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
henryejune
Posts: 6
Joined: 2022-05-26 07:37

Problem with group fileds in panels.

Post by henryejune » 2022-05-27 09:52

Hello.

I alI have always used the function of groups and columns but with the latest versions it no longer works. If I enter the code also everything after that no longer works.

I'd like also to use groups without the collapsible function (always open). Is there a way or other function with same title graphic of the group function?


I refer to:

https://appgini.bizzworxx.de/products/j ... le-panels/


I do an example.

I have 4 fields:
"numero"
"contatti"
"genere"
"eta"


I use this code:


var dv = AppGiniHelper.DV.compact(true,true,true);

dv.addGroup("grp_TITOLO1", "guidatore non sobrio", ["numero","contatti"]);
dv.addGroup("grp_TITOLO2", "guidatore designato", ["genere","eta"]);

var row1 = dv.addLayout([6,6])
.add(1, ["grp_TITOLO1"])
.add(2, ["grp_TITOLO2"]);


But the result is that the column does'nt task.

This is the log:

Uncaught Error: .form-group not found: grp_TITOLO1
at _0x35c4ff.<computed> [as getFormGroup] (AppGiniHelper.min.js:7:98007)
at AppGiniHelper.min.js:7:382344
at Array.forEach (<anonymous>)
at _0x2ee199.<computed> [as add] (AppGiniHelper.min.js:7:382018)
at counter-dv.js:6:6

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

Re: Problem with group fileds in panels.

Post by jsetzer » 2022-05-27 12:38

Sorry for the problems. I am going to check this.

Which version of AppGini and AppGini Helper Javascript Library are you using?
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

henryejune
Posts: 6
Joined: 2022-05-26 07:37

Re: Problem with group fileds in panels.

Post by henryejune » 2022-05-27 13:59

Hello Jan,

appgini 22.13 and appgini helper 2021/07.

Thanks.
Sergio

Post Reply