Previous and Next Button

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Previous and Next Button

Post by Alisson » 2020-11-04 00:53

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.

User avatar
zibrahim
Veteran Member
Posts: 170
Joined: 2020-01-28 18:30
Location: Malaysia

Re: Previous and Next Button

Post by zibrahim » 2020-11-04 02:38

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.
Zala.
Appgini 25.12, MacOS 15.5 Windows 11 on Parallels.

Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Re: Previous and Next Button

Post by Alisson » 2020-11-04 15:17

Thank you very much zibrahim, it helped.

Have a nice day.

Post Reply