it doesn't work

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
pasbonte
Veteran Member
Posts: 177
Joined: 2013-02-06 09:49

it doesn't work

Post by pasbonte » 2024-09-15 18:33

Hello
I follow the installation procedure step by step and it doesn't work.
Even adding a button doesn't work.
Can you help me?

pasbonte
Veteran Member
Posts: 177
Joined: 2013-02-06 09:49

Re: it doesn't work

Post by pasbonte » 2024-09-15 18:34

Capture d’écran 2024-09-15 203357.png
Capture d’écran 2024-09-15 203357.png (99.88 KiB) Viewed 120 times

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

Re: it doesn't work

Post by jsetzer » 2024-09-15 19:18

Code: Select all

var navbar = AppGiniHelper.getCommon().getNavbar();
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.14 Revision 1665 + all AppGini Helper tools

pasbonte
Veteran Member
Posts: 177
Joined: 2013-02-06 09:49

Re: it doesn't work

Post by pasbonte » 2024-09-16 05:30

Capture d’écran 2024-09-16 072900.png
Capture d’écran 2024-09-16 072900.png (46.11 KiB) Viewed 111 times

pasbonte
Veteran Member
Posts: 177
Joined: 2013-02-06 09:49

Re: it doesn't work

Post by pasbonte » 2024-09-16 05:31

after

Code: Select all

<?php

?>
<script src="hooks/AppGiniHelper.min.js"></script>
<script>
    var common = AppGiniHelper.getCommon();
    common.setTitle("<b>MY</b>App");
    common.setIcon("cog");
</script>

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

Re: it doesn't work

Post by jsetzer » 2024-09-16 06:15

Sir, the error-message screenshot does not match your code.

Error message is about .getNavbar.
The code you have posted does not contain .getNavbar.

Maybe you did not clear cache and your browser is loading an older script version from cache instead of your latest code on server.

We can care about the getNavbar issue, if there are still problems after loading without cache.
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.14 Revision 1665 + all AppGini Helper tools

Post Reply