Topics related to AppGini plugins/add-ons go here.
-
mohamed
- Veteran Member
- Posts: 85
- Joined: 2020-04-19 16:18
Post
by mohamed » 2024-03-09 09:18
Hi,
I have installed the new AppGini Helper TilesView Javascript Library as per the instrucitons in
https://www.appgini.de/docs/TilesView-J ... rview.html
(PHP settings and Script details down)
BUT
I am getting this error when I do INSPECT in the browser:
Uncaught ReferenceError: AppGiniHelper is not defined
<anonymous> http://localhost/rfq/hooks/Form-tv.js:83
which is refering to this line in Form-tv.js
Code: Select all
var card = new AppGiniHelper.TV.Tiles.CardTemplate();
Anybody bought and used this library and able to make it work?
hooks/header-extras.php
Code: Select all
<script src="hooks/AppGiniHelper.min.js"></script>
<link rel="stylesheet" href="hooks/AppGiniHelper.tv.tiles.css" />
<script src="hooks/AppGiniHelper.tv.tiles.min.js"></script>
Form-tv.js
Code: Select all
jQuery(function(){ // wait for table being loaded
var tile = new AppGiniHelperTVTiles.CardTile();
var html = '<h5 class="clearfix">'
+ '<span class="label label-default pull-right">id: %_pk%</span>'
+ '</h5>'
+ '<p><small>Typ</small> put placeholder here</p>';
tile.front.html = html;
// finally render the Tile View
new AppGiniHelperTVTiles.TilesView().render(tile);
});
var card = new AppGiniHelper.TV.Tiles.CardTemplate();
card.setPage(`<%Department% %Section%`);
// ...
new AppGiniHelper.TV.Tiles.Handler().setCardTemplate(card).init();
THANKS ...
-
Attachments
-
- Flip Card Problem.PNG (251 KiB) Viewed 655 times
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course
-
xbox2007
- Veteran Member
- Posts: 139
- Joined: 2016-12-16 16:49
Post
by xbox2007 » 2024-04-02 22:19
i have same problem but with detail view !!!!
-
mohamed
- Veteran Member
- Posts: 85
- Joined: 2020-04-19 16:18
Post
by mohamed » 2024-06-09 06:28
Hello,
Have anybody been able to make the TilesView work!
Thank you
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course
-
jsetzer
- AppGini Super Hero
- Posts: 1868
- Joined: 2018-07-06 06:03
- Location: Kiel, Germany
-
Contact:
Post
by jsetzer » 2024-06-09 09:31
Sure, are there any specific questions or errors in Console?
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
-
jsetzer
- AppGini Super Hero
- Posts: 1868
- Joined: 2018-07-06 06:03
- Location: Kiel, Germany
-
Contact:
Post
by jsetzer » 2024-06-09 11:45
Error message says the library could not be found. Please double check your include tag in header-extras.php
.
If this is 100% correct and scripts are at the correct location and you still have problems, please send your order number and relevant php + javascript code by email.
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
-
mohamed
- Veteran Member
- Posts: 85
- Joined: 2020-04-19 16:18
Post
by mohamed » 2024-06-28 03:20
Hi Jan,
Thank you first for all your great efforts ..
Sure, will send all details by email.
Best Regards..
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course