Page 1 of 1

Problem with group fileds in panels.

Posted: 2022-05-27 09:52
by henryejune
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

Re: Problem with group fileds in panels.

Posted: 2022-05-27 12:38
by jsetzer
Sorry for the problems. I am going to check this.

Which version of AppGini and AppGini Helper Javascript Library are you using?

Re: Problem with group fileds in panels.

Posted: 2022-05-27 13:59
by henryejune
Hello Jan,

appgini 22.13 and appgini helper 2021/07.

Thanks.
Sergio