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?
it doesn't work
Re: it doesn't work
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
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<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 readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
Re: it doesn't work
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
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.
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
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<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 readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools