Page 1 of 1

Previous and Next Button

Posted: 2020-11-04 00:53
by Alisson
Hi, I just bought the 5.91 update, and in my detail view page the PREVIOUS and NEXT buttons are duplicated (two NEXT and Two Previous buttons) I find out that the cause of this is this code:

Code: Select all

var dv = new AppGiniDetailView();
Thid is used to create tabs in the detail view page and it's from the AppGiniHelper library.

Any help on how to remove this duplicated buttons without removing the code from the AppGiniHelper library.

Thank you.

Re: Previous and Next Button

Posted: 2020-11-04 02:38
by zibrahim
Hi Alisson,
I am not sure if this can help you but you might want to have a look at this posting that Jan (AG Helper developer) has posted.
https://appgini.bizzworxx.de/appgini-he ... ini-v5-9x/
Have a nice day.

Re: Previous and Next Button

Posted: 2020-11-04 15:17
by Alisson
Thank you very much zibrahim, it helped.

Have a nice day.