Page 1 of 1
it doesn't work
Posted: 2024-09-15 18:33
by pasbonte
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?
Re: it doesn't work
Posted: 2024-09-15 18:34
by pasbonte

- Capture d’écran 2024-09-15 203357.png (99.88 KiB) Viewed 11261 times
Re: it doesn't work
Posted: 2024-09-15 19:18
by jsetzer
Code: Select all
var navbar = AppGiniHelper.getCommon().getNavbar();
Re: it doesn't work
Posted: 2024-09-16 05:30
by pasbonte

- Capture d’écran 2024-09-16 072900.png (46.11 KiB) Viewed 11252 times
Re: it doesn't work
Posted: 2024-09-16 05:31
by pasbonte
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>
Re: it doesn't work
Posted: 2024-09-16 06:15
by jsetzer
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.